From f1aa2ce87342babb5bc002a8682f371bade91a2f Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Wed, 12 Nov 2014 12:34:12 -0500 Subject: A couple little bugfixes for lumina-fm: 1) Adjust the extension auto-add function to account for hidden files without an extension 2) Make sure the image/multimedia/snapshot checker is re-run in the background when the directory contents change. --- lumina-fm/MainUI.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lumina-fm/MainUI.h') diff --git a/lumina-fm/MainUI.h b/lumina-fm/MainUI.h index 61e34ffe..87a52668 100644 --- a/lumina-fm/MainUI.h +++ b/lumina-fm/MainUI.h @@ -156,6 +156,7 @@ private slots: void startEditDir(QWidget *old, QWidget *now); void goToDirectory(); //go to a manually typed in directory void reloadDirectory(); //Update the widget with the dir contents + void currentDirectoryLoaded(); //The file system model re-loaded the directory void on_tool_addToDir_clicked(); void tabChanged(int tab); void tabClosed(int tab = -1); -- cgit