1
0
mirror of https://github.com/itay-grudev/SingleApplication.git synced 2025-04-19 11:44:43 +08:00

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[]) int main(int argc, char *argv[])
{ {
// Allow secondary instances
SingleApplication app( argc, argv ); SingleApplication app( argc, argv );
qWarning() << "Started a new instance"; qWarning() << "Started a new instance";