summaryrefslogtreecommitdiff
path: root/src/xmlpatterns/api/qcoloringmessagehandler_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlpatterns/api/qcoloringmessagehandler_p.h')
-rw-r--r--src/xmlpatterns/api/qcoloringmessagehandler_p.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/xmlpatterns/api/qcoloringmessagehandler_p.h b/src/xmlpatterns/api/qcoloringmessagehandler_p.h
index 56f1b11..998272c 100644
--- a/src/xmlpatterns/api/qcoloringmessagehandler_p.h
+++ b/src/xmlpatterns/api/qcoloringmessagehandler_p.h
@@ -66,10 +66,10 @@ namespace QPatternist
ColoringMessageHandler(QObject *parent = 0);
protected:
- virtual void handleMessage(QtMsgType type,
- const QString &description,
- const QUrl &identifier,
- const QSourceLocation &sourceLocation);
+ void handleMessage(QtMsgType type,
+ const QString &description,
+ const QUrl &identifier,
+ const QSourceLocation &sourceLocation) override;
private:
QString colorifyDescription(const QString &in) const;