summaryrefslogtreecommitdiff
path: root/qwebchannel.pro
diff options
context:
space:
mode:
authorMilian Wolff <milian.wolff@kdab.com>2013-10-31 16:27:55 +0100
committerPierre Rossi <pierre.rossi@gmail.com>2013-11-01 13:57:48 +0100
commitb2eeff74bc4e0e003bc01bf108c9d90dd6794606 (patch)
treea4fbdd81fac3c5510c574eb05b5d73f2203abf88 /qwebchannel.pro
parente42d338fde6a40b3672950530f3712cf6cb631a7 (diff)
downloadqtwebchannel-b2eeff74bc4e0e003bc01bf108c9d90dd6794606.tar.gz
Refactor QWebChannel to use a custom WebSocket server implementation.
The code is much simpler in my opinion and much faster and far more stable. Especially the timer issues or multiple signal connects are now properly resolved. Also simplify the QML WebChannel API: - Rename slot to sendRawMessage and signal to rawMessageReceived - Add a QML helper that has a respond and sendMessage method that transforms the input to the expected JSON format. Change-Id: Ic3266329d1a2877bd46227e4ad70b88dc340d289 Reviewed-by: Pierre Rossi <pierre.rossi@gmail.com>
Diffstat (limited to 'qwebchannel.pro')
-rw-r--r--qwebchannel.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/qwebchannel.pro b/qwebchannel.pro
index 2401c44..2e83965 100644
--- a/qwebchannel.pro
+++ b/qwebchannel.pro
@@ -2,9 +2,7 @@ TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS = \
- 3rdparty \
src \
examples
-src.depends = 3rdparty
examples.depends = src \ No newline at end of file