NOISSUE set line limit and overflow behaviour even for hidden console
This commit is contained in:
@ -21,6 +21,7 @@ public:
|
||||
|
||||
QString toPlainText();
|
||||
|
||||
int getMaxLines();
|
||||
void setMaxLines(int maxLines);
|
||||
void setStopOnOverflow(bool stop);
|
||||
void setOverflowMessage(const QString & overflowMessage);
|
||||
|
Reference in New Issue
Block a user