diff options
Diffstat (limited to 'src/controls/StackView.qml')
-rw-r--r-- | src/controls/StackView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/StackView.qml b/src/controls/StackView.qml index 11e2d182..e19189d0 100644 --- a/src/controls/StackView.qml +++ b/src/controls/StackView.qml @@ -38,7 +38,7 @@ ** ****************************************************************************/ -import QtQuick 2.1 +import QtQuick 2.2 import QtQuick.Controls 1.1 import QtQuick.Controls.Private 1.0 |