changeset 51 | bbebb0235466 |
parent 38 | f8c3d4e6102c |
--- a/radioapp/radioapplication/win32_stubs/xqserviceutil.h Fri Sep 03 12:25:04 2010 +0300 +++ b/radioapp/radioapplication/win32_stubs/xqserviceutil.h Mon Sep 20 18:04:48 2010 +0300 @@ -28,6 +28,7 @@ void toBackground(bool) {} bool isEmbedded() { return false; } bool isService() { return false; } + bool isService( int &argc, char *argv[] ) { return false; } QString interfaceName() { return ""; } QString operationName() { return ""; } }