From 7e494b5d5e54710e33df02cddc8d2c735b6d77bd Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Wed, 28 Apr 2021 12:06:37 +0300 Subject: Removed incorreced comment in the basic example Fixes #131 --- examples/basic/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/basic/main.cpp b/examples/basic/main.cpp index c22af03..b2092c6 100755 --- a/examples/basic/main.cpp +++ b/examples/basic/main.cpp @@ -2,7 +2,6 @@ int main(int argc, char *argv[]) { - // Allow secondary instances SingleApplication app( argc, argv ); qWarning() << "Started a new instance"; -- cgit v1.2.1