summaryrefslogtreecommitdiffstats
path: root/src/xmlpatterns/data/qgmonthday_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/qgmonthday_p.h
parentff5d1f797f0131d395f8d092cd69dfebf9f7dc15 (diff)
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/qgmonthday_p.h')
-rw-r--r--src/xmlpatterns/data/qgmonthday_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xmlpatterns/data/qgmonthday_p.h b/src/xmlpatterns/data/qgmonthday_p.h
index a9d8891e..5d9e1985 100644
--- a/src/xmlpatterns/data/qgmonthday_p.h
+++ b/src/xmlpatterns/data/qgmonthday_p.h
@@ -73,9 +73,9 @@ namespace QPatternist
static GMonthDay::Ptr fromLexical(const QString &string);
static GMonthDay::Ptr fromDateTime(const QDateTime &dt);
- virtual ItemType::Ptr type() const;
+ ItemType::Ptr type() const override;
- virtual QString stringValue() const;
+ QString stringValue() const override;
protected:
friend class CommonValues;