diff options
author | Ken Moore <ken@pcbsd.org> | 2014-11-12 12:34:12 -0500 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2014-11-12 12:34:12 -0500 |
commit | f1aa2ce87342babb5bc002a8682f371bade91a2f (patch) | |
tree | 2d380e7d0f0261af00ba5e2b1c555ba20b9a4710 /lumina-fm/MainUI.h | |
parent | Clean up the appearance of the new desktop plugins a bit. (diff) | |
download | lumina-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.h | 1 |
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); |