diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-11-04 13:36:43 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-11-04 13:36:43 +0000 |
| commit | 2702b572ba44364ec1bfc59d635790f00e709591 (patch) | |
| tree | 37d355810bef05c64806fe111380cf4151182782 /src/ui/playlist.h | |
| parent | 97c98d9d52c60bce1e70eb55dd807a21cbe32f04 (diff) | |
| download | qmmp-2702b572ba44364ec1bfc59d635790f00e709591.tar.gz qmmp-2702b572ba44364ec1bfc59d635790f00e709591.tar.bz2 qmmp-2702b572ba44364ec1bfc59d635790f00e709591.zip | |
fixed some ui bugs
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1354 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/playlist.h')
| -rw-r--r-- | src/ui/playlist.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/playlist.h b/src/ui/playlist.h index 5219d7bbf..2d17a59d4 100644 --- a/src/ui/playlist.h +++ b/src/ui/playlist.h @@ -56,6 +56,7 @@ class PlayList : public QWidget { return m_listWidget; } + void setMinimalMode(bool b = TRUE); signals: void play(); @@ -115,6 +116,8 @@ class PlayList : public QWidget bool m_resize; bool m_update; int m_ratio; + int m_height; + bool m_shaded; KeyboardManager* m_keyboardManager; protected: |
