summaryrefslogtreecommitdiff
path: root/src/organizercore.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/organizercore.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/organizercore.h')
-rw-r--r--src/organizercore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/organizercore.h b/src/organizercore.h
index bb35cbb5..e9914ea7 100644
--- a/src/organizercore.h
+++ b/src/organizercore.h
@@ -244,6 +244,7 @@ private:
PluginList m_PluginList;
QList<std::function<void()>> m_PostLoginTasks;
+ QList<std::function<void()>> m_PostRefreshTasks;
ExecutablesList m_ExecutablesList;
QStringList m_PendingDownloads;