diff options
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: |
