From a55b7eb7a765f09f0e83e9d3ce5696f540b6bd9b Mon Sep 17 00:00:00 2001 From: Arno Date: Fri, 24 Mar 2017 18:18:49 +0100 Subject: Change to new style connect syntax Quite some code churn, but I like the idea that wrong connections are compile time errors. Since I had to get rid of default arguments in Slots, this simplified things in doPopulateByFolder... --- playerwidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'playerwidget.h') 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(); -- cgit v1.2.3-70-g09d2