From 66c44f3497d80c9c604d90c406121555694c7d54 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Sat, 18 Apr 2015 21:13:49 +0200 Subject: lumina-fm show separated number of folders and files in status bar --- lumina-fm/BackgroundWorker.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lumina-fm/BackgroundWorker.h') diff --git a/lumina-fm/BackgroundWorker.h b/lumina-fm/BackgroundWorker.h index d50612fa..72060cad 100644 --- a/lumina-fm/BackgroundWorker.h +++ b/lumina-fm/BackgroundWorker.h @@ -34,7 +34,7 @@ public slots: //Kickoff processes with these slots // and then listen for the appropriate signals when finished void startDirChecks(QString path); - void createStatusBarMsg(QFileInfoList fileList, QString path, QString message); + void createStatusBarMsg(QFileInfoList fileList, QString path, QString messageFolders, QString messageFiles); signals: void ImagesAvailable(QStringList files); -- cgit