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 dc86e2f9..8769e9a6 100644 --- a/tests/manual/StackView.qml +++ b/tests/manual/StackView.qml @@ -40,7 +40,7 @@ import QtQuick 2.1 import QtQuick.Window 2.1 -import QtQuick.Controls 1.0 +import QtQuick.Controls 1.1 Window { width: 480 |