aboutsummaryrefslogtreecommitdiff
path: root/lumina-fm/MainUI.h
diff options
context:
space:
mode:
authorKen Moore <ken@pcbsd.org>2014-11-12 12:34:12 -0500
committerKen Moore <ken@pcbsd.org>2014-11-12 12:34:12 -0500
commitf1aa2ce87342babb5bc002a8682f371bade91a2f (patch)
tree2d380e7d0f0261af00ba5e2b1c555ba20b9a4710 /lumina-fm/MainUI.h
parentClean up the appearance of the new desktop plugins a bit. (diff)
downloadlumina-f1aa2ce87342babb5bc002a8682f371bade91a2f.tar.gz
lumina-f1aa2ce87342babb5bc002a8682f371bade91a2f.tar.bz2
lumina-f1aa2ce87342babb5bc002a8682f371bade91a2f.zip
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.
Diffstat (limited to 'lumina-fm/MainUI.h')
-rw-r--r--lumina-fm/MainUI.h1
1 files changed, 1 insertions, 0 deletions
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);
bgstack15