logsui/logsengine/tsrc/stubs/qthighway_stub.cpp
changeset 11 64a47b97e1e1
parent 2 7119b73b84d6
child 9 68f3171a5819
equal deleted inserted replaced
10:b04270301d3b 11:64a47b97e1e1
   104 
   104 
   105 bool XQRequestInfo::isBackground() const
   105 bool XQRequestInfo::isBackground() const
   106 {
   106 {
   107     return qtHighwayStubRequestBg;
   107     return qtHighwayStubRequestBg;
   108 }
   108 }
       
   109 
       
   110 
       
   111 void XQRequestInfo::setForeground(bool on)
       
   112 {
       
   113     Q_UNUSED(on)
       
   114 }