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
@@ -52,6 +52,7 @@ class Task;
|
||||
namespace Internal {
|
||||
|
||||
class ShowOutputTaskHandler;
|
||||
class CompileOutputTextEdit;
|
||||
|
||||
class CompileOutputWindow : public Core::IOutputPane
|
||||
{
|
||||
@@ -86,7 +87,7 @@ private slots:
|
||||
void updateWordWrapMode();
|
||||
|
||||
private:
|
||||
Core::OutputWindow *m_outputWindow;
|
||||
CompileOutputTextEdit *m_outputWindow;
|
||||
QHash<unsigned int, int> m_taskPositions;
|
||||
ShowOutputTaskHandler * m_handler;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user