aboutsummaryrefslogtreecommitdiff
path: root/examples/basic
diff options
context:
space:
mode:
Diffstat (limited to 'examples/basic')
-rwxr-xr-xexamples/basic/main.cpp2
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();
}