forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user