qthighway/xqserviceutil/src/xqserviceutil.h
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 19 46686fb6258c
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
    31     XQSERVICEUTIL_EXPORT void toBackground(bool value);
    31     XQSERVICEUTIL_EXPORT void toBackground(bool value);
    32 
    32 
    33     // Utilities to extract startup command line arguments
    33     // Utilities to extract startup command line arguments
    34     XQSERVICEUTIL_EXPORT bool isEmbedded();  // 
    34     XQSERVICEUTIL_EXPORT bool isEmbedded();  // 
    35     XQSERVICEUTIL_EXPORT bool isService();
    35     XQSERVICEUTIL_EXPORT bool isService();
       
    36     XQSERVICEUTIL_EXPORT QString interfaceName();
       
    37     XQSERVICEUTIL_EXPORT QString operationName();
    36 }
    38 }
    37 
    39 
    38 #endif
    40 #endif