From c60e619e4dd489cd05dde007bb3305126cdcf8ad Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 20 Nov 2021 15:15:37 +0000 Subject: 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 --- src/plugins/General/kdenotify/kdenotify.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/plugins/General/kdenotify/kdenotify.h') 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 -- cgit v1.2.3-13-gbd6f