LogWidget.maxLines - multiple declarations
Function LogWidget.maxLines
max lines to show (when appended more than max lines, older lines will be truncated), 0 means no limit
int maxLines() @property;
Function LogWidget.maxLines
set max lines to show (when appended more than max lines, older lines will be truncated), 0 means no limit
void maxLines(
int n
) @property;