diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-03-09 15:08:25 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-03-09 15:08:25 +0000 |
| commit | c17d0dff9aad1de684136b4902ac1e4bf4b844d4 (patch) | |
| tree | 7aa557635e8836063fd1090813eaa352df38655c /src/plugins/General/notifier/notifier.h | |
| parent | 149b790b31ad963e229f6ece2dfb26576d030bb6 (diff) | |
| download | qmmp-c17d0dff9aad1de684136b4902ac1e4bf4b844d4.tar.gz qmmp-c17d0dff9aad1de684136b4902ac1e4bf4b844d4.tar.bz2 qmmp-c17d0dff9aad1de684136b4902ac1e4bf4b844d4.zip | |
added playback resume notification (thanks to Adria Arrufat)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3302 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/notifier/notifier.h')
| -rw-r--r-- | src/plugins/General/notifier/notifier.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/General/notifier/notifier.h b/src/plugins/General/notifier/notifier.h index 437246168..bb58a88cc 100644 --- a/src/plugins/General/notifier/notifier.h +++ b/src/plugins/General/notifier/notifier.h @@ -51,6 +51,8 @@ private: bool m_desktop, m_showVolume; bool m_psi; int m_l, m_r; + bool m_isPaused; + bool m_resumeNotification; SoundCore *m_core; QStringList m_psiTuneFiles; |
