add option to disable updates to systray tooltip

This commit is contained in:
Chozabu 2015-09-01 13:43:29 +01:00
parent 4006b08093
commit da90bfec08
4 changed files with 50 additions and 5 deletions

View file

@ -184,6 +184,7 @@ public slots:
void setNewPage(int page);
void setCompactStatusMode(bool compact);
void toggleStatusToolTip(bool toggle);
protected:
/** Default Constructor */
MainWindow(QWidget *parent = 0, Qt::WindowFlags flags = 0);