summaryrefslogtreecommitdiff
path: root/Source/WebKit/qt/Api/qwebhistoryinterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/qt/Api/qwebhistoryinterface.h')
-rw-r--r--Source/WebKit/qt/Api/qwebhistoryinterface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit/qt/Api/qwebhistoryinterface.h b/Source/WebKit/qt/Api/qwebhistoryinterface.h
index a49c58684..3038d22bd 100644
--- a/Source/WebKit/qt/Api/qwebhistoryinterface.h
+++ b/Source/WebKit/qt/Api/qwebhistoryinterface.h
@@ -29,7 +29,7 @@
class QWEBKIT_EXPORT QWebHistoryInterface : public QObject {
Q_OBJECT
public:
- QWebHistoryInterface(QObject *parent = 0);
+ explicit QWebHistoryInterface(QObject *parent = Q_NULLPTR);
~QWebHistoryInterface();
static void setDefaultInterface(QWebHistoryInterface *defaultInterface);