summaryrefslogtreecommitdiff
path: root/src/qwebchannel.h
diff options
context:
space:
mode:
authorNo'am Rosenthal <noam.rosenthal@nokia.com>2011-07-13 17:22:00 -0700
committerNo'am Rosenthal <noam.rosenthal@nokia.com>2011-07-13 17:22:00 -0700
commit308583ae677a8123bb9e90268e510c814e9753cd (patch)
tree5c23bdf508a269c432fcac911b5c8fe3f3812f80 /src/qwebchannel.h
parent196f57c034b3deb96f87d1a91011d5be21813b0c (diff)
downloadqtwebchannel-308583ae677a8123bb9e90268e510c814e9753cd.tar.gz
Fix some indentations, and remove more dead code
Diffstat (limited to 'src/qwebchannel.h')
-rw-r--r--src/qwebchannel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qwebchannel.h b/src/qwebchannel.h
index 59664d3..d32b8c5 100644
--- a/src/qwebchannel.h
+++ b/src/qwebchannel.h
@@ -97,12 +97,12 @@ public:
signals:
void baseUrlChanged(const QUrl &);
void scriptUrlChanged(const QUrl &);
+ // To be able to access the object from QML, it has to be an explicit QObject* and not a subclass.
void execute(const QString& requestData, QObject* response);
void noPortAvailable();
public slots:
void broadcast(const QString& id, const QString& data);
- void writeResponseData(const QString& responseID, const QString& data);
private slots:
void onInitialized();