diff options
Diffstat (limited to 'tests/manual/StackView.qml')
-rw-r--r-- | tests/manual/StackView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/StackView.qml b/tests/manual/StackView.qml index 5c22072b..b95de4fa 100644 --- a/tests/manual/StackView.qml +++ b/tests/manual/StackView.qml @@ -40,7 +40,7 @@ import QtQuick 2.2 import QtQuick.Window 2.1 -import QtQuick.Controls 1.1 +import QtQuick.Controls 1.2 Window { width: 480 |