qthighway/xqserviceutil/src/xqserviceutil.h
changeset 24 9d760f716ca8
parent 19 46686fb6258c
child 26 3d09643def13
equal deleted inserted replaced
19:46686fb6258c 24:9d760f716ca8
    22 #ifndef XQSERVICEUTIL_H
    22 #ifndef XQSERVICEUTIL_H
    23 #define XQSERVICEUTIL_H
    23 #define XQSERVICEUTIL_H
    24 
    24 
    25 #include <xqserviceglobal.h>
    25 #include <xqserviceglobal.h>
    26 
    26 
    27 
    27 /*!
       
    28     \brief Provides static utility functions for service provider (used also by QtHighway impl.)
       
    29 */
    28 namespace XQServiceUtil
    30 namespace XQServiceUtil
    29 {
    31 {
    30     // Utility to set started application to background
    32     // Utility to set started application to background
    31     XQSERVICEUTIL_EXPORT void toBackground(bool value);
    33     XQSERVICEUTIL_EXPORT void toBackground(bool value);
    32 
    34