mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 04:49:47 -07: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() {
|
void LogListWidget::clearLog() {
|
||||||
clear();
|
clear();
|
||||||
emit logCleared();
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue