From a7732c0fc8e24c722478bb766819d51d57ceb67b Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 25 Mar 2010 18:08:31 +0000 Subject: fixed playlist widget git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1641 90c681e8-e032-0410-971d-27865f9a5e38 --- src/ui/listwidget.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ui/listwidget.h') 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 -- cgit v1.2.3-13-gbd6f