summaryrefslogtreecommitdiff
path: root/tests/auto/qml/tst_bench.qml
diff options
context:
space:
mode:
authorMilian Wolff <milian.wolff@kdab.com>2014-07-16 13:49:35 +0200
committerMilian Wolff <milian.wolff@kdab.com>2014-07-17 14:37:21 +0200
commit324679e554561828ae1ddd0604913d12b3e150d4 (patch)
tree79f6e66708cacdfc24a0ec71e9325c50110ca9b8 /tests/auto/qml/tst_bench.qml
parent003596fad52690127afca0d7025b62bad7fd013e (diff)
downloadqtwebchannel-324679e554561828ae1ddd0604913d12b3e150d4.tar.gz
Adapt to rename to QtWebChannel and rename resource path as well.
This is a minor cleanup commit. Renaming the .pro file is required for qt.pro to find it. The rename of the resource path makes it more explicit by using the module name. Change-Id: Ib724882d02d2a8aea7468ef984ed573dca1d3e7b Reviewed-by: Michael Bruning <michael.bruning@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'tests/auto/qml/tst_bench.qml')
-rw-r--r--tests/auto/qml/tst_bench.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qml/tst_bench.qml b/tests/auto/qml/tst_bench.qml
index e1354d7..6e6d0ef 100644
--- a/tests/auto/qml/tst_bench.qml
+++ b/tests/auto/qml/tst_bench.qml
@@ -44,7 +44,6 @@ import QtTest 1.0
import QtWebChannel 1.0
import QtWebChannel.Tests 1.0
-import "qrc:///qwebchannel/qwebchannel.js" as Client
TestCase {
name: "Bench"