diff options
| author | Silarn <jrim@rimpo.org> | 2019-07-08 13:22:25 -0500 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2019-07-08 13:22:25 -0500 |
| commit | 2b213fe7ce4b75afd6f7d6418d3ccd2cf6f55070 (patch) | |
| tree | acf00d765ca1e98c20defa209ba2bd90bb256c6f /src/mainwindow.h | |
| parent | d2a8890e74595b6e0ef5cd1532b3f11e02349905 (diff) | |
| parent | 4bfb1a0d7666cbde7b10f59feaccde0af723a9e1 (diff) | |
Merge branch 'Develop' into qt-5.13
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 00f15a2b..eee269cf 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -403,18 +403,14 @@ private: MOBase::DelayedFileWriter m_ArchiveListWriter; + QAction* m_LinkToolbar; + QAction* m_LinkDesktop; + QAction* m_LinkStartMenu; + // icon set by the stylesheet, used to remember its original appearance // when painting the count QIcon m_originalNotificationIcon; - enum class ShortcutType { - Toolbar, - Desktop, - StartMenu - }; - - void addWindowsLink(ShortcutType const); - Executable const &getSelectedExecutable() const; Executable &getSelectedExecutable(); |
