summaryrefslogtreecommitdiff
path: root/src/xmlpatterns/data/qgyearmonth_p.h
diff options
context:
space:
mode:
authorAlexander Volkov <a.volkov@rusbitech.ru>2017-11-28 11:42:05 +0300
committerAlexander Volkov <a.volkov@rusbitech.ru>2019-09-02 16:20:28 +0300
commit3101514787f7f3a451514b2ef3fc6e7bcfe1f0ce (patch)
tree9c72b4942b123ab284884dd10c1998a306b94fc9 /src/xmlpatterns/data/qgyearmonth_p.h
parentff5d1f797f0131d395f8d092cd69dfebf9f7dc15 (diff)
downloadqtxmlpatterns-3101514787f7f3a451514b2ef3fc6e7bcfe1f0ce.tar.gz
data: Add missing override and remove redundant virtual
Change-Id: Ic114d4c1243f4c6f10cbf6ece408e2f7586e17fc Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
Diffstat (limited to 'src/xmlpatterns/data/qgyearmonth_p.h')
-rw-r--r--src/xmlpatterns/data/qgyearmonth_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xmlpatterns/data/qgyearmonth_p.h b/src/xmlpatterns/data/qgyearmonth_p.h
index 896cf9b..167a6b6 100644
--- a/src/xmlpatterns/data/qgyearmonth_p.h
+++ b/src/xmlpatterns/data/qgyearmonth_p.h
@@ -73,8 +73,8 @@ namespace QPatternist
static GYearMonth::Ptr fromLexical(const QString &string);
static GYearMonth::Ptr fromDateTime(const QDateTime &dt);
- virtual ItemType::Ptr type() const;
- virtual QString stringValue() const;
+ ItemType::Ptr type() const override;
+ QString stringValue() const override;
protected:
friend class CommonValues;