forked from qt-creator/qt-creator
autotest: Fix warning on missing override
Change-Id: I93acb387269e6ee02c968bea18f6ce347d18656a Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
committed by
Christian Stenger
parent
611c2c3c2e
commit
79f0fef4a2
@@ -71,7 +71,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
QWidget *createConfigurationWidget() { return 0; }
|
QWidget *createConfigurationWidget() override { return 0; }
|
||||||
TestConfiguration *m_testConfig = 0;
|
TestConfiguration *m_testConfig = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user