From fd584f803893c84049146f0d6d6d2d5f758f55e6 Mon Sep 17 00:00:00 2001 From: Tannin Date: Sun, 12 Apr 2015 15:52:22 +0200 Subject: - operations not possible during directory refresh can now be delayed unit after the refresh. - will now rewrite the plugin list(s) immediately after running external application - changes missing from changeset 9f522a324341 --- src/mainwindow.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index 88419594..51d67e1e 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -247,6 +247,11 @@ private: void scheduleUpdateButton(); + QDir currentSavesDir() const; + + void startMonitorSaves(); + void stopMonitorSaves(); + private: static const char *PATTERN_BACKUP_GLOB; -- cgit v1.3.1