1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-02-10 13:54:23 +00:00

Remove unused signal from LogListWidget.

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

View File

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

View File

@ -50,9 +50,6 @@ protected slots:
void copySelection(); void copySelection();
void clearLog(); void clearLog();
signals:
void logCleared();
protected: protected:
void keyPressEvent(QKeyEvent *event); void keyPressEvent(QKeyEvent *event);