mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 19:35:32 +08:00
Formatting
This commit is contained in:
@@ -35,11 +35,11 @@ namespace BlackGui
|
||||
explicit CModelMatcherLogComponent(QWidget *parent = nullptr);
|
||||
|
||||
//! Constructor
|
||||
~CModelMatcherLogComponent();
|
||||
virtual ~CModelMatcherLogComponent();
|
||||
|
||||
private:
|
||||
QScopedPointer<Ui::CModelMatcherLogComponent> ui;
|
||||
QTimer m_timer { this };
|
||||
QTimer m_updateCompleterTimer { this };
|
||||
QTextDocument m_text { this };
|
||||
|
||||
//! Init
|
||||
|
||||
Reference in New Issue
Block a user