mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
Style
This commit is contained in:
@@ -33,7 +33,7 @@ namespace BlackGui
|
||||
explicit CModelMatcherLogComponent(QWidget *parent = nullptr);
|
||||
|
||||
//! Constructor
|
||||
virtual ~CModelMatcherLogComponent();
|
||||
virtual ~CModelMatcherLogComponent() override;
|
||||
|
||||
private:
|
||||
QScopedPointer<Ui::CModelMatcherLogComponent> ui;
|
||||
|
||||
Reference in New Issue
Block a user