From: James Turner Date: Tue, 6 Jan 2015 21:12:19 +0000 (+0000) Subject: Hook up parking position in launcher. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=02bcb3718ab63b566721ebc7b6d9d9253a84a7d1;p=flightgear.git Hook up parking position in launcher. --- 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