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:
Tobias Hunger
2013-09-24 09:56:27 +02:00
parent 49d0789e64
commit 10e458d5d0
6 changed files with 24 additions and 27 deletions

View File

@@ -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();