forked from qt-creator/qt-creator
Add support to change the number of lines of the compile output
This patch adds support to modify the number of line shown in the compile output window. This will allow users with big projects to have more room to look at when compiling. Task-number: QTCREATORBUG-2200 Change-Id: I1023b2150a3eff4a33b8872fb711d150e5a8b00c Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -82,7 +82,7 @@ public:
|
||||
void flush();
|
||||
|
||||
private:
|
||||
void updateWordWrapMode();
|
||||
void updateFromSettings();
|
||||
void updateZoomEnabled();
|
||||
|
||||
CompileOutputTextEdit *m_outputWindow;
|
||||
|
||||
Reference in New Issue
Block a user