diff options
Diffstat (limited to 'examples/basic/main.cpp')
-rwxr-xr-x | examples/basic/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/basic/main.cpp b/examples/basic/main.cpp index 1841902..c22af03 100755 --- a/examples/basic/main.cpp +++ b/examples/basic/main.cpp @@ -5,5 +5,7 @@ int main(int argc, char *argv[]) // Allow secondary instances SingleApplication app( argc, argv ); + qWarning() << "Started a new instance"; + return app.exec(); } |