aboutsummaryrefslogtreecommitdiff
path: root/src/ui/mainwindow.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-12-14 13:55:02 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-12-14 13:55:02 +0000
commitf47fcc22ac3f91dec7824c011b3f23d1e8279507 (patch)
treec947493c838d29ba77233857824ce3c6892c662e /src/ui/mainwindow.h
parent5b875657aba150137a2f46910d676289a878b4d6 (diff)
downloadqmmp-f47fcc22ac3f91dec7824c011b3f23d1e8279507.tar.gz
qmmp-f47fcc22ac3f91dec7824c011b3f23d1e8279507.tar.bz2
qmmp-f47fcc22ac3f91dec7824c011b3f23d1e8279507.zip
mediplayer class, enabled all statusicon actions
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@681 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/mainwindow.h')
-rw-r--r--src/ui/mainwindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/mainwindow.h b/src/ui/mainwindow.h
index 4add7ccb3..5442c9dfb 100644
--- a/src/ui/mainwindow.h
+++ b/src/ui/mainwindow.h
@@ -43,6 +43,7 @@ class SoundCore;
class JumpToTrackDialog;
class VisualMenu;
class GeneralHandler;
+class MediaPlayer;
class QMenu;
class QKeyEvent;
@@ -130,10 +131,10 @@ private:
QString m_playlistName;
JumpToTrackDialog* m_jumpDialog;
bool m_hideOnClose, m_startHidden;
- int m_elapsed;
VisualMenu *m_visMenu;
BuiltinCommandLineOption* m_option_manager;
GeneralHandler *m_generalHandler;
+ MediaPlayer *m_player;
};
#endif