aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorItay Grudev <itay+github.com@grudev.com>2021-04-29 03:26:24 +0300
committerGitHub <noreply@github.com>2021-04-29 03:26:24 +0300
commitfda9c4b1786b8504089d640faa8457ab9525d459 (patch)
tree1f22fa77b466c4d767858574edcdeeb08c33599d
parentSimplify randomSleep() for old Qt version (diff)
parentRemoved incorreced comment in the basic example (diff)
downloadsingleapplication-fda9c4b1786b8504089d640faa8457ab9525d459.tar.xz
Merge pull request #132 from itay-grudev/removed_incorrect_coment_in_basic_example
Removed incorrect comment in the basic example
-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";