TaskList: Save open task list as part of the session

Change-Id: Ib7900a9cf1c913484c41b9098e2c49fb00836e60
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Tobias Hunger
2013-09-23 14:25:32 +02:00
parent 25b9124411
commit 4eb633fd77
2 changed files with 33 additions and 6 deletions

View File

@@ -46,10 +46,12 @@ public:
void extensionsInitialized() {}
static bool loadFile(QString *errorString, ProjectExplorer::Project *context, const QString &fileName);
static bool monitorFile(ProjectExplorer::Project *context, const QString &fileName);
static void stopMonitoring();
static void clearTasks();
public slots:
void loadDataFromSession();
};
} // namespace TaskList