NOISSUE set line limit and overflow behaviour even for hidden console
This commit is contained in:
parent
155de307bc
commit
8bbaab334c
7 changed files with 40 additions and 14 deletions
|
@ -133,6 +133,11 @@ void LogModel::setMaxLines(int maxLines)
|
|||
m_maxLines = maxLines;
|
||||
}
|
||||
|
||||
int LogModel::getMaxLines()
|
||||
{
|
||||
return m_maxLines;
|
||||
}
|
||||
|
||||
void LogModel::setStopOnOverflow(bool stop)
|
||||
{
|
||||
m_stopOnOverflow = stop;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue