diff options
Diffstat (limited to 'qt-mobile/qml/DownloadFromDiveComputer.qml')
-rw-r--r-- | qt-mobile/qml/DownloadFromDiveComputer.qml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qt-mobile/qml/DownloadFromDiveComputer.qml b/qt-mobile/qml/DownloadFromDiveComputer.qml index 2cbbfadc6..fb2d0085b 100644 --- a/qt-mobile/qml/DownloadFromDiveComputer.qml +++ b/qt-mobile/qml/DownloadFromDiveComputer.qml @@ -5,7 +5,9 @@ import QtQuick.Window 2.2 import QtQuick.Dialogs 1.2 import QtQuick.Layouts 1.1 import org.subsurfacedivelog.mobile 1.0 +import org.kde.plasma.mobilecomponents 0.2 as MobileComponents +MobileComponents.Page { Item { id: diveComputerDownloadWindow anchors.top:parent.top @@ -109,3 +111,4 @@ Item { } } } +} |