aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Ui/skinned/playlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Ui/skinned/playlist.h')
-rw-r--r--src/plugins/Ui/skinned/playlist.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/plugins/Ui/skinned/playlist.h b/src/plugins/Ui/skinned/playlist.h
index 12454bbdf..db3250dba 100644
--- a/src/plugins/Ui/skinned/playlist.h
+++ b/src/plugins/Ui/skinned/playlist.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2006-2013 by Ilya Kotov *
+ * Copyright (C) 2006-2015 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -53,11 +53,6 @@ class PlayList : public QWidget
virtual ~PlayList();
void readSettings();
-
- ListWidget* listWidget() const
- {
- return m_listWidget;
- }
void setMinimalMode(bool b = true);
signals:
@@ -73,7 +68,6 @@ class PlayList : public QWidget
public slots:
void setTime(qint64 time);
- void updateList();
private slots:
void showAddMenu();