mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-05 11:24:15 +00:00
Remove unused signal from LogListWidget.
This commit is contained in:
parent
8966bcacea
commit
a7527aa9a7
@ -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…
x
Reference in New Issue
Block a user