From 0d336f310b310ba18af70185eed58be6e07c26d8 Mon Sep 17 00:00:00 2001 From: harlekin Date: Mon, 19 Aug 2002 21:11:10 +0000 Subject: fixes --- (limited to 'noncore/multimedia/opieplayer2/xinecontrol.h') diff --git a/noncore/multimedia/opieplayer2/xinecontrol.h b/noncore/multimedia/opieplayer2/xinecontrol.h index 88458be..4263b36 100644 --- a/noncore/multimedia/opieplayer2/xinecontrol.h +++ b/noncore/multimedia/opieplayer2/xinecontrol.h @@ -43,7 +43,6 @@ class XineControl : public QObject { public: XineControl( QObject *parent = 0, const char *name =0 ); ~XineControl(); - int m_length; bool hasVideo() const { return hasVideoChannel; } bool hasAudio() const { return hasAudioChannel; } @@ -64,12 +63,13 @@ public slots: private: XINE::Lib *libXine; MediaDetect mdetect; - long m_currentTime; + long m_currentTime; long m_position; + int m_length; QString m_fileName; - bool disabledSuspendScreenSaver; - bool hasVideoChannel; - bool hasAudioChannel; + bool disabledSuspendScreenSaver : 1; + bool hasVideoChannel : 1; + bool hasAudioChannel : 1; signals: void positionChanged( long ); -- cgit v0.9.0.2