mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
Follow project coding style. Issue #2192.
This commit is contained in:
@@ -91,6 +91,7 @@ void LogListWidget::copySelection()
|
|||||||
QApplication::clipboard()->setText(strings.join("\n"));
|
QApplication::clipboard()->setText(strings.join("\n"));
|
||||||
}
|
}
|
||||||
|
|
||||||
void LogListWidget::clearLog() {
|
void LogListWidget::clearLog()
|
||||||
|
{
|
||||||
clear();
|
clear();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user