forked from qt-creator/qt-creator
Cpp/QmlJSEditor: Add some 'override'
Change-Id: Ic73f1602922fffa6cb8610e45ada292c759669c5 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -32,7 +32,7 @@ namespace Internal {
|
||||
|
||||
class WrapInLoader: public QmlJSQuickFixFactory
|
||||
{
|
||||
void match(const QmlJSQuickFixInterface &interface, QuickFixOperations &result);
|
||||
void match(const QmlJSQuickFixInterface &interface, QuickFixOperations &result) override;
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user