Cpp/QmlJSEditor: Add some 'override'

Change-Id: Ic73f1602922fffa6cb8610e45ada292c759669c5
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
hjk
2017-12-15 13:32:28 +01:00
parent dabfd1d7ac
commit a137ece13b
4 changed files with 37 additions and 37 deletions

View File

@@ -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