diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-03-25 18:08:31 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-03-25 18:08:31 +0000 |
| commit | a7732c0fc8e24c722478bb766819d51d57ceb67b (patch) | |
| tree | d1d2e2d73bee68f061d353978382d2ca48e0202d /src/ui/listwidget.h | |
| parent | 3dd3a02298778ab4f400701c1949b05450180e9c (diff) | |
| download | qmmp-a7732c0fc8e24c722478bb766819d51d57ceb67b.tar.gz qmmp-a7732c0fc8e24c722478bb766819d51d57ceb67b.tar.bz2 qmmp-a7732c0fc8e24c722478bb766819d51d57ceb67b.zip | |
fixed playlist widget
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1641 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/listwidget.h')
| -rw-r--r-- | src/ui/listwidget.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/listwidget.h b/src/ui/listwidget.h index 47c137fbe..1d83d7b56 100644 --- a/src/ui/listwidget.h +++ b/src/ui/listwidget.h @@ -28,6 +28,7 @@ class QFont; class QFontMetrics; class QMenu; class QAction; +class QTimer; class PlayList; class PlayListModel; class Skin; @@ -114,6 +115,7 @@ protected: private slots: void updateSkin(); + void autoscroll(); private: void loadColors(); @@ -152,6 +154,7 @@ private: bool m_show_number; MediaPlayer *m_player; PlayListPopup::PopupWidget *m_popupWidget; + QTimer *m_timer; }; #endif |
