mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 22:03:27 -07:00
Follow project coding style. Issue #2192.
This commit is contained in:
parent
b7ca036bc3
commit
87ee720c0c
2 changed files with 47 additions and 46 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
|
@ -36,7 +36,7 @@ QT_BEGIN_NAMESPACE
|
||||||
class QKeyEvent;
|
class QKeyEvent;
|
||||||
QT_END_NAMESPACE
|
QT_END_NAMESPACE
|
||||||
|
|
||||||
class LogListWidget : public QListWidget
|
class LogListWidget: public QListWidget
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue