From fb9c0bd2ef0dff76f4a2488395fe011aca888e52 Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Wed, 9 Sep 2020 00:41:05 +0100 Subject: Removed extra qDebug statements --- examples/basic/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples') 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(); } -- cgit v1.2.1