summaryrefslogtreecommitdiff
path: root/src/imports
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports')
-rw-r--r--src/imports/webchannel/qmlwebchannel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/webchannel/qmlwebchannel.h b/src/imports/webchannel/qmlwebchannel.h
index c45796f..00fd4e6 100644
--- a/src/imports/webchannel/qmlwebchannel.h
+++ b/src/imports/webchannel/qmlwebchannel.h
@@ -62,7 +62,7 @@ class QmlWebChannel : public QWebChannel
Q_PROPERTY( QQmlListProperty<QObject> registeredObjects READ registeredObjects )
public:
- QmlWebChannel(QObject *parent = 0);
+ explicit QmlWebChannel(QObject *parent = 0);
virtual ~QmlWebChannel();
Q_INVOKABLE void registerObjects(const QVariantMap& objects);