From 02bcb3718ab63b566721ebc7b6d9d9253a84a7d1 Mon Sep 17 00:00:00 2001 From: James Turner Date: Tue, 6 Jan 2015 21:12:19 +0000 Subject: [PATCH] Hook up parking position in launcher. --- src/GUI/QtLauncher.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/GUI/QtLauncher.cxx b/src/GUI/QtLauncher.cxx index 87394b904..8edcc1643 100644 --- a/src/GUI/QtLauncher.cxx +++ b/src/GUI/QtLauncher.cxx @@ -798,8 +798,6 @@ void QtLauncher::onRun() m_recentAircraft.prepend(m_selectedAircraft); if (m_recentAircraft.size() > MAX_RECENT_AIRCRAFT) m_recentAircraft.pop_back(); - - qDebug() << Q_FUNC_INFO << "recent aircraft is now" << m_recentAircraft; } // airport / location @@ -820,7 +818,7 @@ void QtLauncher::onRun() } } else if (m_ui->parkingRadio->isChecked()) { // parking selection - + opt->addOption("parkpos", m_ui->parkingCombo->currentText().toStdString()); } // time of day -- 2.39.5