mobile: remove some explicit QML versions

These versions are for the Qt5 flavors of all this, so let's
leave things un-pinned for the moment.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2024-08-12 14:53:04 -07:00
parent 1a3b8bbc1e
commit 02d06072a1
6 changed files with 30 additions and 32 deletions

View file

@ -1,8 +1,8 @@
// SPDX-License-Identifier: GPL-2.0
import QtQuick 2.12
import QtQuick.Layouts 1.12
import QtQuick.Controls 2.12
import org.kde.kirigami 2.4 as Kirigami
import QtQuick
import QtQuick.Layouts
import QtQuick.Controls
import org.kde.kirigami as Kirigami
import org.subsurfacedivelog.mobile 1.0
TemplatePage {