forked from qt-creator/qt-creator
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:
committed by
Daniel Teske
parent
8877ae2793
commit
54801c5163
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user