aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorItay Grudev <itay+github.com@grudev.com>2021-04-28 12:06:37 +0300
committerGitHub <noreply@github.com>2021-04-28 12:06:37 +0300
commit7e494b5d5e54710e33df02cddc8d2c735b6d77bd (patch)
tree1f22fa77b466c4d767858574edcdeeb08c33599d
parentSimplify randomSleep() for old Qt version (diff)
downloadsingleapplication-7e494b5d5e54710e33df02cddc8d2c735b6d77bd.tar.xz
Removed incorreced comment in the basic example
Fixes #131
-rwxr-xr-xexamples/basic/main.cpp1
1 files changed, 0 insertions, 1 deletions
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";