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:
parent
8966bcacea
commit
a7527aa9a7
@ -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…
x
Reference in New Issue
Block a user