forked from qt-creator/qt-creator
CompileOutputWindow: Allow for 100k lines
Change-Id: Ic7c0d9fb564d9d018a9938af31091678c9e355d0 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -57,7 +57,7 @@ using namespace ProjectExplorer;
|
|||||||
using namespace ProjectExplorer::Internal;
|
using namespace ProjectExplorer::Internal;
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
const int MAX_LINECOUNT = 50000;
|
const int MAX_LINECOUNT = 100000;
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace ProjectExplorer {
|
namespace ProjectExplorer {
|
||||||
|
Reference in New Issue
Block a user