aboutsummaryrefslogtreecommitdiffstats
path: root/src/webchannel/qwebchannel.h
diff options
context:
space:
mode:
authorMilian Wolff <milian.wolff@kdab.com>2014-01-08 17:48:08 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-08 18:16:35 +0100
commit4117c5b8ea09d1ed872927edb31a63868c3f43e2 (patch)
treef90ca7ea8e7590477179d6bd20358d94100433ff /src/webchannel/qwebchannel.h
parent66c0d916131c1e9e896705971f20385c75e753a2 (diff)
Cleanup public API, remove private slot.
Change-Id: I73a83380c571ed5a400b16cb255562bb8079eaac Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/webchannel/qwebchannel.h')
-rw-r--r--src/webchannel/qwebchannel.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/webchannel/qwebchannel.h b/src/webchannel/qwebchannel.h
index ec62208..5c64d6d 100644
--- a/src/webchannel/qwebchannel.h
+++ b/src/webchannel/qwebchannel.h
@@ -109,9 +109,6 @@ public slots:
void sendRawMessage(const QString& rawMessage) const;
void ping() const;
-private slots:
- void onInitialized();
-
private:
QScopedPointer<QWebChannelPrivate> d;
friend class QmlWebChannel;