aboutsummaryrefslogtreecommitdiff
path: root/src/ui/listwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/listwidget.h')
-rw-r--r--src/ui/listwidget.h3
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