mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
Remove unused signal from LogListWidget.
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user