Removed incorreced comment in the basic example

Fixes #131
This commit is contained in:
Itay Grudev 2021-04-28 12:06:37 +03:00 committed by GitHub
parent c2fd401540
commit 7e494b5d5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,6 @@
int main(int argc, char *argv[])
{
// Allow secondary instances
SingleApplication app( argc, argv );
qWarning() << "Started a new instance";