logsui/logsengine/tsrc/stubs/qthighway_stub_helper.h
changeset 16 c5af8598d22c
parent 14 f27aebe284bb
child 21 2f0af9ba7665
equal deleted inserted replaced
14:f27aebe284bb 16:c5af8598d22c
    24         static void reset();
    24         static void reset();
    25         static QString service();
    25         static QString service();
    26         static QString message();
    26         static QString message();
    27         static bool isRequestBg();
    27         static bool isRequestBg();
    28         static bool isRequestEmbedded();
    28         static bool isRequestEmbedded();
       
    29         static bool isRequestSynchronous();
       
    30         static void setFailCreateAiwRequest(bool fail);    
    29 };
    31 };
       
    32 
       
    33 class QtAppManagerStubHelper{
       
    34     public:
       
    35         static void reset();
       
    36 };