summaryrefslogtreecommitdiffstats
path: root/src/xmlpatterns/schema/qxsdtypechecker_p.h
diff options
context:
space:
mode:
authorAlexander Volkov <a.volkov@rusbitech.ru>2016-12-08 22:58:46 +0300
committerAlexander Volkov <a.volkov@rusbitech.ru>2019-10-03 13:14:25 +0300
commit8cb90345a6d3a5e686d471792e159c014566404d (patch)
tree50c62df01e5cbb74feb2b5d655d86dd01a6ab1e4 /src/xmlpatterns/schema/qxsdtypechecker_p.h
parent4f651f10c19fc140d8560aba8ca044fff650904f (diff)
Add missing override and remove redundant virtual
Change-Id: I1a2974e012a45eb5145a092c9014d8eaab9f3ce7 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
Diffstat (limited to 'src/xmlpatterns/schema/qxsdtypechecker_p.h')
-rw-r--r--src/xmlpatterns/schema/qxsdtypechecker_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xmlpatterns/schema/qxsdtypechecker_p.h b/src/xmlpatterns/schema/qxsdtypechecker_p.h
index 3fd6efa9..9dcbf6f6 100644
--- a/src/xmlpatterns/schema/qxsdtypechecker_p.h
+++ b/src/xmlpatterns/schema/qxsdtypechecker_p.h
@@ -73,8 +73,8 @@ namespace QPatternist
public:
XsdSchemaSourceLocationReflection(const QSourceLocation &location);
- virtual const SourceLocationReflection *actualReflection() const;
- virtual QSourceLocation sourceLocation() const;
+ const SourceLocationReflection *actualReflection() const override;
+ QSourceLocation sourceLocation() const override;
private:
const QSourceLocation m_sourceLocation;