mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-06 15:04:34 +08:00
Follow project coding style. Issue #2192.
This commit is contained in:
parent
2f19594bef
commit
6a281bef8f
@ -91,6 +91,7 @@ void LogListWidget::copySelection()
|
||||
QApplication::clipboard()->setText(strings.join("\n"));
|
||||
}
|
||||
|
||||
void LogListWidget::clearLog() {
|
||||
void LogListWidget::clearLog()
|
||||
{
|
||||
clear();
|
||||
}
|
||||
|
@ -36,7 +36,7 @@ QT_BEGIN_NAMESPACE
|
||||
class QKeyEvent;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
class LogListWidget : public QListWidget
|
||||
class LogListWidget: public QListWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user