mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-05-06 15:05:30 +02:00
Merge branch 'develop' into feature-release-test
This commit is contained in:
@@ -10,7 +10,9 @@
|
||||
|
||||
int main( int argc, char *argv[] )
|
||||
{
|
||||
QApplication a(argc, argv);
|
||||
QApplication a( argc, argv );
|
||||
a.setQuitOnLastWindowClosed( false );
|
||||
|
||||
SysTrayX systrayx;
|
||||
|
||||
return a.exec();
|
||||
|
||||
Reference in New Issue
Block a user