Follow project coding style. Issue #2192.

This commit is contained in:
sledgehammer999 2016-01-24 18:39:25 +02:00
parent 2f19594bef
commit 6a281bef8f
2 changed files with 47 additions and 46 deletions

View File

@ -91,6 +91,7 @@ void LogListWidget::copySelection()
QApplication::clipboard()->setText(strings.join("\n"));
}
void LogListWidget::clearLog() {
void LogListWidget::clearLog()
{
clear();
}