From 7e84c11a6814ec8ae648bba5c696d0a5dc299249 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Sun, 16 Feb 2025 10:46:53 -0800 Subject: [PATCH] Remove non-existent unused module --- src/PlanView/StructureScanEditor.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/PlanView/StructureScanEditor.qml b/src/PlanView/StructureScanEditor.qml index 51be648cf2a..aca060fe85d 100644 --- a/src/PlanView/StructureScanEditor.qml +++ b/src/PlanView/StructureScanEditor.qml @@ -1,7 +1,6 @@ import QtQuick import QtQuick.Controls import QtQuick.Dialogs -import QtQuick.Extras import QtQuick.Layouts import QGroundControl