NOISSUE set line limit and overflow behaviour even for hidden console

This commit is contained in:
Petr Mrázek
2017-02-08 20:01:42 +01:00
parent 155de307bc
commit 8bbaab334c
7 changed files with 40 additions and 14 deletions

View File

@ -21,6 +21,7 @@ public:
QString toPlainText();
int getMaxLines();
void setMaxLines(int maxLines);
void setStopOnOverflow(bool stop);
void setOverflowMessage(const QString & overflowMessage);