Implement Minimize to tray / Minimize on close

This commit is contained in:
Wladimir J. van der Laan
2011-06-05 14:19:57 +02:00
parent cddc003e70
commit 352083cb23
6 changed files with 77 additions and 26 deletions

View File

@@ -11,6 +11,7 @@
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
app.setQuitOnLastWindowClosed(false);
try {
if(AppInit2(argc, argv))