forked from qt-creator/qt-creator
TaskList: Fix crash
Fix crash when a tasks-file with relative paths is reloaded after its project was closed. Change-Id: I3d0b6a3b459e391a3415d765941b2685e601b19f Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -45,7 +45,7 @@ public:
|
||||
bool initialize(const QStringList &arguments, QString *errorMessage);
|
||||
void extensionsInitialized() {}
|
||||
|
||||
static bool loadFile(QString *errorString, ProjectExplorer::Project *context, const QString &fileName);
|
||||
static bool loadFile(QString *errorString, const QString &context, const QString &fileName);
|
||||
|
||||
static void stopMonitoring();
|
||||
static void clearTasks();
|
||||
|
||||
Reference in New Issue
Block a user