X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FGUI%2FQtLauncher_private.hxx;h=64b38014a778fd86772b82213240dadcb6b2c57d;hb=5e4f212b846cd3eb4ce56a2823a9191d221d487c;hp=17f7a1c4ce514c35dd75907479e1c8d1fc480fc2;hpb=1e213201cf4180603e2ff745e8c1195849238480;p=flightgear.git diff --git a/src/GUI/QtLauncher_private.hxx b/src/GUI/QtLauncher_private.hxx index 17f7a1c4c..64b38014a 100644 --- a/src/GUI/QtLauncher_private.hxx +++ b/src/GUI/QtLauncher_private.hxx @@ -28,8 +28,6 @@ #include #include - -#include #include #include @@ -38,7 +36,6 @@ namespace Ui class Launcher; } -class AirportSearchModel; class QModelIndex; class AircraftProxyModel; class AircraftItemModel; @@ -64,24 +61,17 @@ private slots: void onQuit(); - void onSearchAirports(); - - void onAirportChanged(); - void onAirportChoiceSelected(const QModelIndex& index); void onAircraftSelected(const QModelIndex& index); void onRequestPackageInstall(const QModelIndex& index); void onCancelDownload(const QModelIndex& index); - void onPopupAirportHistory(); void onPopupAircraftHistory(); void onEditRatingsFilter(); - void updateAirportDescription(); void updateSettingsSummary(); - void onAirportSearchComplete(); void onRembrandtToggled(bool b); void onToggleTerrasync(bool enabled); @@ -90,16 +80,10 @@ private slots: void onEditPaths(); - void onAirportDiagramClicked(FGRunwayRef rwy); - void onOffsetBearingTrueChanged(bool on); - - void onOffsetDataChanged(); - void onOffsetRadioToggled(bool on); void onAircraftInstalledCompleted(QModelIndex index); void onAircraftInstallFailed(QModelIndex index, QString errorMessage); private: - void setAirport(FGAirportRef ref); /** * Check if the passed index is the selected aircraft, and if so, refresh @@ -119,14 +103,11 @@ private: simgear::pkg::PackageRef packageForAircraftURI(QUrl uri) const; QScopedPointer m_ui; - AirportSearchModel* m_airportsModel; AircraftProxyModel* m_aircraftProxy; AircraftItemModel* m_aircraftModel; - FGAirportRef m_selectedAirport; QUrl m_selectedAircraft; QList m_recentAircraft; - QStringList m_recentAirports; QTimer* m_subsystemIdleTimer; bool m_inAppMode;