From ae27a3cc964defbd9a8d765a9cf657cd8f0a33d6 Mon Sep 17 00:00:00 2001 From: NeoTheFox Date: Thu, 26 Mar 2015 14:42:08 +0300 Subject: [PATCH] Merged --- mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mainwindow.cpp b/mainwindow.cpp index 445e5ef..5895f7d 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -29,6 +29,7 @@ MainWindow::MainWindow(QWidget *parent) : ui->etmpspin->installEventFilter(this); ui->btmpspin->installEventFilter(this); recentMenu = new QMenu(this); + //Note about tray icon - possible bug with Qt 5.4 trayIcon = new QSystemTrayIcon(this); trayIcon->setIcon(QIcon(":icons/repraptor.png")); trayIconMenu = new QMenu(this);