Remove unused signal from LogListWidget.

This commit is contained in:
sledgehammer999 2015-01-06 01:51:57 +02:00
commit a7527aa9a7
2 changed files with 0 additions and 4 deletions

View file

@ -93,5 +93,4 @@ void LogListWidget::copySelection()
void LogListWidget::clearLog() {
clear();
emit logCleared();
}