summaryrefslogtreecommitdiff
path: root/tests/auto/controls/data/tst_tableview.qml
diff options
context:
space:
mode:
authorCaroline Chao <caroline.chao@digia.com>2013-03-14 11:44:48 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-14 15:21:38 +0100
commit5145aec470344b43669a6e1e68ccade3886d5351 (patch)
tree7485dc062acef6c5cabf0e313bbd7a584394e5fd /tests/auto/controls/data/tst_tableview.qml
parent6cd0d99182711108f9c61a94a7ae1b0d199b95be (diff)
downloadqtquickcontrols-5145aec470344b43669a6e1e68ccade3886d5351.tar.gz
Change imports from QtQuick 2.0 to QtQuick 2.1
Change-Id: If9df032c76e36f385aacd30cc31d6f02574c6f11 Reviewed-by: J-P Nurmi <jpnurmi@digia.com> Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
Diffstat (limited to 'tests/auto/controls/data/tst_tableview.qml')
-rw-r--r--tests/auto/controls/data/tst_tableview.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/controls/data/tst_tableview.qml b/tests/auto/controls/data/tst_tableview.qml
index f5c220c2..475d2dd9 100644
--- a/tests/auto/controls/data/tst_tableview.qml
+++ b/tests/auto/controls/data/tst_tableview.qml
@@ -38,7 +38,7 @@
**
****************************************************************************/
-import QtQuick 2.0
+import QtQuick 2.1
import QtTest 1.0
import QtQuick.Controls 1.0
import QtQuickControlsTests 1.0