mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-22 17:26:21 +03:00
Remove unused signal from LogListWidget.
This commit is contained in:
parent
8966bcacea
commit
a7527aa9a7
2 changed files with 0 additions and 4 deletions
|
@ -93,5 +93,4 @@ void LogListWidget::copySelection()
|
|||
|
||||
void LogListWidget::clearLog() {
|
||||
clear();
|
||||
emit logCleared();
|
||||
}
|
||||
|
|
|
@ -50,9 +50,6 @@ protected slots:
|
|||
void copySelection();
|
||||
void clearLog();
|
||||
|
||||
signals:
|
||||
void logCleared();
|
||||
|
||||
protected:
|
||||
void keyPressEvent(QKeyEvent *event);
|
||||
|
||||
|
|
Loading…
Reference in a new issue