summaryrefslogtreecommitdiffstats
path: root/playerwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'playerwidget.h')
-rw-r--r--playerwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/playerwidget.h b/playerwidget.h
index 0a1a9c2..04e023a 100644
--- a/playerwidget.h
+++ b/playerwidget.h
@@ -32,7 +32,7 @@ class PlayerWidget : public QWidget {
void doPopulateByAlbum();
void doPopulateByGenre();
void doPopulateBySong();
- void doPopulateByFolder(QString dir = QString());
+ void doPopulateByFolder();
void doModelChanged();
void viewDoubleClicked(const QModelIndex &idx);
void doPlay();