aboutsummaryrefslogtreecommitdiff
path: root/lumina-fm/MainUI.h
diff options
context:
space:
mode:
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