Update to SingleApplication 3.3.2 proper
This commit is contained in:
parent
cce5d0534f
commit
57d1dffdbd
31 changed files with 112 additions and 62 deletions
10
third_party/SingleApplication-3.3.2/examples/basic/main.cpp
vendored
Executable file
10
third_party/SingleApplication-3.3.2/examples/basic/main.cpp
vendored
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
#include <singleapplication.h>
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
SingleApplication app( argc, argv );
|
||||
|
||||
qWarning() << "Started a new instance";
|
||||
|
||||
return app.exec();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue