diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-11-03 21:34:57 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-11-03 21:34:57 +0000 |
| commit | 97c98d9d52c60bce1e70eb55dd807a21cbe32f04 (patch) | |
| tree | c57ee489faeb2c6b7eb4e5b2e05fcbb80b5df228 /src/ui/playlist.h | |
| parent | ee34c25e1f1e225d2527574abf2980afea9adf7d (diff) | |
| download | qmmp-97c98d9d52c60bce1e70eb55dd807a21cbe32f04.tar.gz qmmp-97c98d9d52c60bce1e70eb55dd807a21cbe32f04.tar.bz2 qmmp-97c98d9d52c60bce1e70eb55dd807a21cbe32f04.zip | |
added double size mode
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1353 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/playlist.h')
| -rw-r--r-- | src/ui/playlist.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/playlist.h b/src/ui/playlist.h index 1cf9fe454..5219d7bbf 100644 --- a/src/ui/playlist.h +++ b/src/ui/playlist.h @@ -83,6 +83,7 @@ class PlayList : public QWidget private: + void updatePositions(); QString formatTime (int sec); void drawPixmap (int, int); void writeSettings(); @@ -113,7 +114,7 @@ class PlayList : public QWidget QPoint m_pos; bool m_resize; bool m_update; - int m_anchor_row; + int m_ratio; KeyboardManager* m_keyboardManager; protected: |
