diff options
author | Sebastian Kügler <sebas@kde.org> | 2015-11-29 21:24:55 +0100 |
---|---|---|
committer | Sebastian Kügler <sebas@kde.org> | 2015-11-29 21:24:55 +0100 |
commit | 3d3fce7152d2748818a668e4b3380f38541adca1 (patch) | |
tree | 2c7afe1cea1cd38fedff24a5b21cf0357f9c25dd /qt-mobile/qml/mobilecomponents/Page.qml | |
parent | 6580f078d0ae1d912d9a6b12e2769060b4c77f4b (diff) | |
download | subsurface-3d3fce7152d2748818a668e4b3380f38541adca1.tar.gz |
Sync to mobilecomponents 67cf594b4ddc
Signed-off-by: Sebastian Kügler <sebas@kde.org>
Diffstat (limited to 'qt-mobile/qml/mobilecomponents/Page.qml')
-rw-r--r-- | qt-mobile/qml/mobilecomponents/Page.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-mobile/qml/mobilecomponents/Page.qml b/qt-mobile/qml/mobilecomponents/Page.qml index 43ec43a49..784ce8037 100644 --- a/qt-mobile/qml/mobilecomponents/Page.qml +++ b/qt-mobile/qml/mobilecomponents/Page.qml @@ -18,7 +18,7 @@ */ import QtQuick 2.1 -import QtQuick.Layouts 1.3 +import QtQuick.Layouts 1.2 import org.kde.plasma.mobilecomponents 0.2 import "private" |