diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-11-20 15:15:37 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-11-20 15:15:37 +0000 |
| commit | c60e619e4dd489cd05dde007bb3305126cdcf8ad (patch) | |
| tree | 7df0d2f6d7aad7c36343054ff337814438d82c46 /src/plugins/General/kdenotify/kdenotify.h | |
| parent | 1c213e06a7b87414a95ed08db22112828a9e4bc1 (diff) | |
| download | qmmp-c60e619e4dd489cd05dde007bb3305126cdcf8ad.tar.gz qmmp-c60e619e4dd489cd05dde007bb3305126cdcf8ad.tar.bz2 qmmp-c60e619e4dd489cd05dde007bb3305126cdcf8ad.zip | |
kdenotify: added volume change notification
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@10392 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/kdenotify/kdenotify.h')
| -rw-r--r-- | src/plugins/General/kdenotify/kdenotify.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/General/kdenotify/kdenotify.h b/src/plugins/General/kdenotify/kdenotify.h index b82dd1e5d..b08636110 100644 --- a/src/plugins/General/kdenotify/kdenotify.h +++ b/src/plugins/General/kdenotify/kdenotify.h @@ -55,6 +55,8 @@ private: private slots: void showMetaData(); void notificationClosed(uint id, uint reason); + void onVolumeChanged(int percent); + void onMutedChanged(bool muted); }; #endif // KDENOTIFY_H |
