logsui/logsapp/tsrc/ut_logsapp/stubs/qthighway_stub.cpp
changeset 10 b04270301d3b
parent 0 4a5361db8937
equal deleted inserted replaced
6:41c0a814d878 10:b04270301d3b
   132 
   132 
   133 bool XQServiceRequest::send(QVariant& retValue) 
   133 bool XQServiceRequest::send(QVariant& retValue) 
   134 {
   134 {
   135     return true;
   135     return true;
   136 }
   136 }
       
   137 
   137 void XQServiceRequest::addArg(const QVariant& v)
   138 void XQServiceRequest::addArg(const QVariant& v)
   138 {
   139 {
   139 
   140 
   140 }
   141 }
   141 
   142 
       
   143 void XQServiceRequest::setInfo(const XQRequestInfo &info)
       
   144 {
       
   145     Q_UNUSED(info);
       
   146 }
       
   147 
       
   148 void XQRequestInfo::setForeground(bool on)
       
   149 {
       
   150     Q_UNUSED(on)
       
   151 }
   142 // -----------------------------------------------------------------------------
   152 // -----------------------------------------------------------------------------
   143 //
   153 //
   144 // -----------------------------------------------------------------------------
   154 // -----------------------------------------------------------------------------
   145 //
   155 //
   146 void XQServiceUtil::toBackground(bool value)
   156 void XQServiceUtil::toBackground(bool value)