From ac7a7dffc31afe8a20a51db4ab7749bf4fdea67c Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 21 Dec 2008 09:56:05 +0000 Subject: more mpris methods support git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@697 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/mpris/mpris.h | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'src/plugins/General/mpris/mpris.h') diff --git a/src/plugins/General/mpris/mpris.h b/src/plugins/General/mpris/mpris.h index 8b90d2881..370809da7 100644 --- a/src/plugins/General/mpris/mpris.h +++ b/src/plugins/General/mpris/mpris.h @@ -36,22 +36,6 @@ public: MPRIS(QObject *parent = 0); ~MPRIS(); - -signals: - void stateChanged(); - void timeChanged(); - void volumeChanged(); - void songChanged(); - -public slots: - int leftVolume(); - int rightVolume(); - -private: - DBUSAdaptor *m_adaptor; - int m_left, m_right; - uint m_state; - int m_time; }; #endif -- cgit v1.2.3-13-gbd6f