aboutsummaryrefslogtreecommitdiff
path: root/src/ui/playlist.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-11-04 20:17:13 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-11-04 20:17:13 +0000
commit40c82a8a1d3e65788451022249d984d3166c3aca (patch)
treed6205444e71f1f103af8d8ddf13136602eebb6da /src/ui/playlist.h
parent1963054966e3a2514fb481c8159c09834a1a12fa (diff)
downloadqmmp-40c82a8a1d3e65788451022249d984d3166c3aca.tar.gz
qmmp-40c82a8a1d3e65788451022249d984d3166c3aca.tar.bz2
qmmp-40c82a8a1d3e65788451022249d984d3166c3aca.zip
completed shortcut editor
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1980 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/playlist.h')
-rw-r--r--src/ui/playlist.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ui/playlist.h b/src/ui/playlist.h
index 2959d5eab..ae4d5cda8 100644
--- a/src/ui/playlist.h
+++ b/src/ui/playlist.h
@@ -118,16 +118,13 @@ class PlayList : public QWidget
Button *m_selectButton;
Button *m_sortButton;
Button* m_playlistButton;
-
PlaylistControl* m_pl_control;
SymbolDisplay* m_length_totalLength;
SymbolDisplay* m_current_time;
-
Skin *m_skin;
ListWidget *m_listWidget;
PlayListTitleBar *m_titleBar;
PlayListSlider *m_plslider;
- QList <QAction *> m_actions;
QPoint m_pos;
bool m_resize;
bool m_update;
@@ -138,8 +135,6 @@ class PlayList : public QWidget
KeyboardManager* m_keyboardManager;
QPointer <PlayListBrowser> m_pl_browser;
PlayListSelector *m_pl_selector;
-
-
};
#endif