summaryrefslogtreecommitdiffstats
path: root/src/gui/mphoneform.h
diff options
context:
space:
mode:
authorLuboš Doležel <lubos@dolezel.info>2020-02-23 09:45:13 +0100
committerGitHub <noreply@github.com>2020-02-23 09:45:13 +0100
commita25b22bd43997726a911c69d1d82e08250a3a8b4 (patch)
tree8a139c4791ea60ef7c3875d940e053650f71f639 /src/gui/mphoneform.h
parent0b4252721a1767d1c891b51e68c30b2eb4a22920 (diff)
parent3377008db04ac8d7e4928b7abfbe84a4c694d6b8 (diff)
downloadtwinkle-a25b22bd43997726a911c69d1d82e08250a3a8b4.tar
twinkle-a25b22bd43997726a911c69d1d82e08250a3a8b4.tar.gz
twinkle-a25b22bd43997726a911c69d1d82e08250a3a8b4.tar.lz
twinkle-a25b22bd43997726a911c69d1d82e08250a3a8b4.tar.xz
twinkle-a25b22bd43997726a911c69d1d82e08250a3a8b4.zip
Merge pull request #149 from fbriere/issue/121-toggle-window-menu-entry
Systray icon: Always toggle visibility when clicking & Add "Show/Hide" menu entry
Diffstat (limited to 'src/gui/mphoneform.h')
-rw-r--r--src/gui/mphoneform.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/mphoneform.h b/src/gui/mphoneform.h
index 1527e8d..508072d 100644
--- a/src/gui/mphoneform.h
+++ b/src/gui/mphoneform.h
@@ -172,6 +172,8 @@ public slots:
void DiamondcardAdminCenter();
void whatsThis();
void sysTrayIconClicked(QSystemTrayIcon::ActivationReason);
+ void toggleWindow();
+ void updateTrayIconMenu();
void osdMuteClicked();