Open file when double-clicking in compile window

Track the tasks which are added, so that the generic parsers are
used for detecting file names.

Change-Id: Ie3bcf04c946fa45c99836dc4c29ca03ab5243fb2
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
Francois Ferrand
2010-06-25 10:41:49 +02:00
committed by Daniel Teske
parent 8877ae2793
commit 54801c5163
6 changed files with 65 additions and 2 deletions

View File

@@ -91,6 +91,7 @@ private slots:
void removeTask(const ProjectExplorer::Task &task);
void updatedTaskLineNumber(unsigned int id, int line);
void showTask(unsigned int id);
void openTask(unsigned int id);
void clearTasks(const Core::Id &categoryId);
void setCategoryVisibility(const Core::Id &categoryId, bool visible);