summaryrefslogtreecommitdiff
path: root/src/organizercore.h
diff options
context:
space:
mode:
authorJeremy Rimpo <jrim@rimpo.org>2017-12-15 15:01:39 -0600
committerJeremy Rimpo <jrim@rimpo.org>2017-12-15 15:01:39 -0600
commit7b45d807d6c2c8b5663ec53183e81e16a5baf739 (patch)
treef2b418cde09ad7f50e998397aa7975e72edc7e52 /src/organizercore.h
parentf0597eb2437871a8eed5405abc42a8021d462857 (diff)
Restore archive tab and partial functionality
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 cf030e0a..decb3d01 100644
--- a/src/organizercore.h
+++ b/src/organizercore.h
@@ -315,6 +315,7 @@ private:
ModList m_ModList;
PluginList m_PluginList;
+
QList<std::function<void()>> m_PostLoginTasks;
QList<std::function<void()>> m_PostRefreshTasks;