summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2021-01-29 19:27:10 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-29 19:27:10 +0100
commit48fae18ac6baced388b1fa7cee6c18e6aa8dbab3 (patch)
tree4fc903d08ca5d41c5eb2ae527bea6f7069bdf587 /src/mainwindow.h
parentab820c1b0a5bb0f002ec5aba7954330acbdeb978 (diff)
Fix refresh of data tab.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 1f521f38..f9cf541c 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -142,8 +142,6 @@ public:
public slots:
void refresherProgress(const DirectoryRefreshProgress* p);
- void directory_refreshed();
-
signals:
/**
@@ -169,6 +167,11 @@ private slots:
private:
+ // update data tab and schedule a problem check after a directory
+ // structure update
+ //
+ void onDirectoryStructureChanged();
+
void cleanup();
void setupToolbar();