From c62b837b12f936f3a3828a30b00e3546367b51d8 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Tue, 15 Nov 2022 22:29:05 +0100 Subject: [PATCH] statistics: don't import QtQuick in StatsView QML file This include prevented the statistics from loading for me on Qt6. And it appears to be unnecessary. Signed-off-by: Berthold Stoeger --- desktop-widgets/qml/statsview2.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/desktop-widgets/qml/statsview2.qml b/desktop-widgets/qml/statsview2.qml index ccad7fd1e..95814cd7e 100644 --- a/desktop-widgets/qml/statsview2.qml +++ b/desktop-widgets/qml/statsview2.qml @@ -1,5 +1,4 @@ // SPDX-License-Identifier: GPL-2.0 -import QtQuick 2.0 import org.subsurfacedivelog.mobile 1.0 StatsView {