From 4d3167b97b8e48a9fcdb1c2b86467d75e7d669eb Mon Sep 17 00:00:00 2001 From: Milian Wolff Date: Sat, 28 Dec 2013 16:59:02 +0100 Subject: Simplify QWebChannel usage by merging webchannel.js and qobject.js. The code now resides in a single qwebchannel.js file and there is only a single callback-nesting required to setup a MetaObjectPublisher connection. The server-side will be simplified in the next step. Change-Id: Ib5fc77a03c2b281c61af91713411eed571ec6108 Reviewed-by: Simon Hausmann --- tests/qml/data/bench_init.html | 7 ++----- tests/qml/data/disconnect.html | 17 +++++++---------- tests/qml/data/grouping.html | 9 +++------ tests/qml/data/method.html | 9 +++------ tests/qml/data/property.html | 17 +++++++---------- tests/qml/data/receiveRaw.html | 4 ++-- tests/qml/data/respond.html | 4 ++-- tests/qml/data/send.html | 4 ++-- tests/qml/data/signal.html | 9 +++------ tests/qml/data/wrapper.html | 29 +++++++++++++---------------- 10 files changed, 44 insertions(+), 65 deletions(-) (limited to 'tests') diff --git a/tests/qml/data/bench_init.html b/tests/qml/data/bench_init.html index ef18650..cb1b488 100644 --- a/tests/qml/data/bench_init.html +++ b/tests/qml/data/bench_init.html @@ -1,13 +1,10 @@ - - + diff --git a/tests/qml/data/disconnect.html b/tests/qml/data/disconnect.html index f4cbb0a..dc771b9 100644 --- a/tests/qml/data/disconnect.html +++ b/tests/qml/data/disconnect.html @@ -1,19 +1,16 @@ - - + - + - + - + + diff --git a/tests/qml/data/respond.html b/tests/qml/data/respond.html index 29e47b8..6c8db0d 100644 --- a/tests/qml/data/respond.html +++ b/tests/qml/data/respond.html @@ -1,6 +1,6 @@ - + diff --git a/tests/qml/data/send.html b/tests/qml/data/send.html index f30e9c8..7d601a8 100644 --- a/tests/qml/data/send.html +++ b/tests/qml/data/send.html @@ -1,6 +1,6 @@ - + diff --git a/tests/qml/data/signal.html b/tests/qml/data/signal.html index e3815cb..92b0ed5 100644 --- a/tests/qml/data/signal.html +++ b/tests/qml/data/signal.html @@ -1,15 +1,12 @@ - - + - +