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 <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2022-11-15 22:29:05 +01:00 committed by Dirk Hohndel
parent 5bd5ff2c2d
commit c62b837b12

View file

@ -1,5 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
import QtQuick 2.0
import org.subsurfacedivelog.mobile 1.0
StatsView {