forked from qt-creator/qt-creator
Make output window implementation reusable.
Removes the dependencies to project explorer and text editor plugins and moves unrelated code to its own file.
This commit is contained in:
@@ -82,6 +82,9 @@ public:
|
||||
bool knowsPositionOf(const Task &task);
|
||||
void showPositionOf(const Task &task);
|
||||
|
||||
private slots:
|
||||
void updateWordWrapMode();
|
||||
|
||||
private:
|
||||
OutputWindow *m_outputWindow;
|
||||
QHash<unsigned int, int> m_taskPositions;
|
||||
|
||||
Reference in New Issue
Block a user