summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2015-04-12 15:52:22 +0200
committerTannin <devnull@localhost>2015-04-12 15:52:22 +0200
commitfd584f803893c84049146f0d6d6d2d5f758f55e6 (patch)
tree457ef616e39cff936c912253c39af2bf9f0d94d3 /src/mainwindow.h
parent942bd04e5e3053b4ee3d7d94d51ce8cfa34cb9b9 (diff)
- 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
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h5
1 files changed, 5 insertions, 0 deletions
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;