summaryrefslogtreecommitdiff
path: root/tests/manual
diff options
context:
space:
mode:
authorCaroline Chao <caroline.chao@digia.com>2013-06-20 13:55:38 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-24 07:59:34 +0200
commit9066836d5f649ea51a443559498be385282b3bdd (patch)
tree70caba15b81330decd493583e8f175aa936a6cc1 /tests/manual
parent22eeeb772747122960eea03e3010411db705b36f (diff)
downloadqtquickcontrols-9066836d5f649ea51a443559498be385282b3bdd.tar.gz
Remove the QtQuick.Controls.Styles.Private module
This module doesn't bring much value by itself. Move the private styles to the QtQuick.Controls.Private module instead. Change-Id: I2f633b4334b5a6120a3c402e9e30b294811f048d Reviewed-by: J-P Nurmi <jpnurmi@digia.com> Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/testbench/content/Components.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/testbench/content/Components.qml b/tests/manual/testbench/content/Components.qml
index b497230d..23527ccd 100644
--- a/tests/manual/testbench/content/Components.qml
+++ b/tests/manual/testbench/content/Components.qml
@@ -41,7 +41,7 @@
import QtQuick 2.1
import QtQuick.Controls 1.0
import QtQuick.Controls.Styles 1.0
-import QtQuick.Controls.Styles.Private 1.0
+import QtQuick.Controls.Private 1.0
Item {
property Component button: Button { text: "Push me"}