This commit is contained in:
Klaus Basan
2019-05-12 22:36:50 +02:00
parent 9f9b4c3526
commit 3289e26459
2 changed files with 10 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ namespace BlackGui
explicit CModelMatcherLogComponent(QWidget *parent = nullptr);
//! Constructor
virtual ~CModelMatcherLogComponent();
virtual ~CModelMatcherLogComponent() override;
private:
QScopedPointer<Ui::CModelMatcherLogComponent> ui;