summaryrefslogtreecommitdiffstats
path: root/src/xmlpatterns/functions/qdatetimefns_p.h
diff options
context:
space:
mode:
authorAlexander Volkov <a.volkov@rusbitech.ru>2017-11-28 11:44:58 +0300
committerAlexander Volkov <a.volkov@rusbitech.ru>2019-09-02 16:19:18 +0300
commit577b36c4eb38254f735ee4a3892f4cd2497711c7 (patch)
tree18f176dc1e0d44a745d3ec07e3dca9df6db8f243 /src/xmlpatterns/functions/qdatetimefns_p.h
parentd18843086f15c0d426b004b55c452598afa25dad (diff)
functions: Add missing override and remove redundant virtual
Change-Id: I33a85990adb8b13db11c3e59a1eb9da2e7e3352f Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
Diffstat (limited to 'src/xmlpatterns/functions/qdatetimefns_p.h')
-rw-r--r--src/xmlpatterns/functions/qdatetimefns_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xmlpatterns/functions/qdatetimefns_p.h b/src/xmlpatterns/functions/qdatetimefns_p.h
index 3cb0326c..71ff1218 100644
--- a/src/xmlpatterns/functions/qdatetimefns_p.h
+++ b/src/xmlpatterns/functions/qdatetimefns_p.h
@@ -94,7 +94,7 @@ namespace QPatternist
* Takes care of the argument handling, and, if applicable,
* calls extract() with the value of the operand.
*/
- virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
+ Item evaluateSingleton(const DynamicContext::Ptr &context) const override;
};
/**
@@ -193,7 +193,7 @@ namespace QPatternist
* Takes care of the argument handling, and, if applicable,
* calls extract() with the value of the operand.
*/
- virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
+ Item evaluateSingleton(const DynamicContext::Ptr &context) const override;
};
/**