Remove an obsolete comment
This commit is contained in:
parent
3993fc7d35
commit
1c1a41ed22
1 changed files with 0 additions and 2 deletions
|
@ -147,8 +147,6 @@ Item {
|
||||||
font.pixelSize: Style.headingFontPixelSize
|
font.pixelSize: Style.headingFontPixelSize
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO - make clickable, jump to to the aircraft in the installed
|
|
||||||
// aircraft list
|
|
||||||
ClickableText {
|
ClickableText {
|
||||||
text: _launcher.selectedAircraftInfo.name === "" ?
|
text: _launcher.selectedAircraftInfo.name === "" ?
|
||||||
qsTr("No aircraft selected") : _launcher.selectedAircraftInfo.name
|
qsTr("No aircraft selected") : _launcher.selectedAircraftInfo.name
|
||||||
|
|
Loading…
Add table
Reference in a new issue