Merge pull request #132 from itay-grudev/removed_incorrect_coment_in_basic_example

Removed incorrect comment in the basic example
This commit is contained in:
Itay Grudev 2021-04-29 03:26:24 +03:00 committed by GitHub
commit fda9c4b178
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";