From 1c1a41ed222aefbb1dcf329595831ee2401e7649 Mon Sep 17 00:00:00 2001 From: James Turner Date: Mon, 13 Jul 2020 14:29:04 +0100 Subject: [PATCH] Remove an obsolete comment --- src/GUI/qml/Summary.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/GUI/qml/Summary.qml b/src/GUI/qml/Summary.qml index 425636ac7..417efc600 100644 --- a/src/GUI/qml/Summary.qml +++ b/src/GUI/qml/Summary.qml @@ -147,8 +147,6 @@ Item { font.pixelSize: Style.headingFontPixelSize } - // TODO - make clickable, jump to to the aircraft in the installed - // aircraft list ClickableText { text: _launcher.selectedAircraftInfo.name === "" ? qsTr("No aircraft selected") : _launcher.selectedAircraftInfo.name