summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Strømme <christian.stromme@theqtcompany.com>2016-02-24 18:55:29 +0100
committerChristian Stromme <christian.stromme@theqtcompany.com>2016-03-02 13:28:23 +0000
commita4af886068e5b39ed87fda1136916fdcde2799ca (patch)
tree2cad27b260599160007d7cda8b2427a8a1a35bd1
parent3c4160d820be113ab54cf391d085397982613f7a (diff)
Removing warning about missing override.
Caught by -Winconsistent-missing-override Change-Id: I96203ea1bd0c9396bc361e0df4e507d1f12f02f4 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
-rw-r--r--src/webview/qwebview_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview/qwebview_p.h b/src/webview/qwebview_p.h
index c4b3fdf..abc8bbf 100644
--- a/src/webview/qwebview_p.h
+++ b/src/webview/qwebview_p.h
@@ -108,7 +108,7 @@ Q_SIGNALS:
void requestFocus(bool focus);
protected:
- void init();
+ void init() Q_DECL_OVERRIDE;
void runJavaScriptPrivate(const QString &script,
int callbackId) Q_DECL_OVERRIDE;