diff options
author | No'am Rosenthal <noam.rosenthal@nokia.com> | 2011-08-09 15:47:21 -0700 |
---|---|---|
committer | No'am Rosenthal <noam.rosenthal@nokia.com> | 2011-08-09 15:47:21 -0700 |
commit | de80f36191c4c2d538af722083d8460d8603a16b (patch) | |
tree | e6a91a91042b26c1845717797b39da397705350d /src/qwebchannel.cpp | |
parent | 78abcf07d8fa6a66478354533719b418995999b3 (diff) | |
download | qtwebchannel-de80f36191c4c2d538af722083d8460d8603a16b.tar.gz |
QObject example
Diffstat (limited to 'src/qwebchannel.cpp')
-rw-r--r-- | src/qwebchannel.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/qwebchannel.cpp b/src/qwebchannel.cpp index 3296d54..d04b2a2 100644 --- a/src/qwebchannel.cpp +++ b/src/qwebchannel.cpp @@ -442,7 +442,4 @@ void QWebChannel::broadcast(const QString& id, const QString& data) d->broadcast(id, data); } - - - #include <qwebchannel.moc> |