summaryrefslogtreecommitdiff
path: root/src/xmlpatterns/schema/qxsdschemacontext_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlpatterns/schema/qxsdschemacontext_p.h')
-rw-r--r--src/xmlpatterns/schema/qxsdschemacontext_p.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/xmlpatterns/schema/qxsdschemacontext_p.h b/src/xmlpatterns/schema/qxsdschemacontext_p.h
index 0f11979..b102472 100644
--- a/src/xmlpatterns/schema/qxsdschemacontext_p.h
+++ b/src/xmlpatterns/schema/qxsdschemacontext_p.h
@@ -94,7 +94,7 @@ namespace QPatternist
/**
* Returns the name pool of the schema context.
*/
- virtual NamePool::Ptr namePool() const;
+ NamePool::Ptr namePool() const override;
/**
* Sets the base URI for the main schema.
@@ -130,12 +130,12 @@ namespace QPatternist
* Returns the message handler used by the context for
* error reporting.
*/
- virtual QAbstractMessageHandler* messageHandler() const;
+ QAbstractMessageHandler* messageHandler() const override;
/**
* Always returns an empty source location.
*/
- virtual QSourceLocation locationFor(const SourceLocationReflection *const reflection) const;
+ QSourceLocation locationFor(const SourceLocationReflection *const reflection) const override;
/**
* Sets the uri @p resolver that is used for resolving URIs in the
@@ -147,7 +147,7 @@ namespace QPatternist
* Returns the uri resolver that is used for resolving URIs in the
* schema parser.
*/
- virtual const QAbstractUriResolver* uriResolver() const;
+ const QAbstractUriResolver* uriResolver() const override;
/**
* Returns the list of facets for the given simple @p type.