summaryrefslogtreecommitdiff
path: root/src/webchannel/qqmlwebchannel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webchannel/qqmlwebchannel.h')
-rw-r--r--src/webchannel/qqmlwebchannel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webchannel/qqmlwebchannel.h b/src/webchannel/qqmlwebchannel.h
index 96ffdd3..051f7cf 100644
--- a/src/webchannel/qqmlwebchannel.h
+++ b/src/webchannel/qqmlwebchannel.h
@@ -57,7 +57,7 @@ class Q_WEBCHANNEL_EXPORT QQmlWebChannel : public QWebChannel
Q_OBJECT
Q_DISABLE_COPY(QQmlWebChannel)
- Q_PROPERTY( QQmlListProperty<QObject> transports READ transports );
+ Q_PROPERTY( QQmlListProperty<QObject> transports READ transports )
Q_PROPERTY( QQmlListProperty<QObject> registeredObjects READ registeredObjects )
public:
@@ -76,7 +76,7 @@ public:
private:
Q_DECLARE_PRIVATE(QQmlWebChannel)
- Q_PRIVATE_SLOT(d_func(), void _q_objectIdChanged(const QString &newId));
+ Q_PRIVATE_SLOT(d_func(), void _q_objectIdChanged(const QString &newId))
static void registeredObjects_append(QQmlListProperty<QObject> *prop, QObject *item);
static int registeredObjects_count(QQmlListProperty<QObject> *prop);