From d80498e562ae70cfe5f0d2400046e6e4db6af260 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 18 Sep 2007 17:43:25 +0000 Subject: improved stream support git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@157 90c681e8-e032-0410-971d-27865f9a5e38 --- lib/soundcore.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/soundcore.h') diff --git a/lib/soundcore.h b/lib/soundcore.h index 7e88942f7..c1c3a3be5 100644 --- a/lib/soundcore.h +++ b/lib/soundcore.h @@ -20,7 +20,9 @@ #ifndef SOUNDCORE_H #define SOUNDCORE_H + #include +#include #include "decoder.h" #include "output.h" @@ -158,6 +160,9 @@ signals: */ void titleChanged(const QString& title); +private slots: + bool decode(); + private: Decoder* m_decoder; Output* m_output; @@ -170,6 +175,7 @@ private: int m_preamp; int m_bands[10]; Visualization *m_vis; + QString m_source; }; #endif -- cgit v1.2.3-13-gbd6f