X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FGUI%2FQtLauncher_private.hxx;h=64b38014a778fd86772b82213240dadcb6b2c57d;hb=5e4f212b846cd3eb4ce56a2823a9191d221d487c;hp=7eb6b38546cc31296efacdb25e4f6e9f020dc268;hpb=56d7d049bc0b7361d1799298c38e61084f5d5e3f;p=flightgear.git diff --git a/src/GUI/QtLauncher_private.hxx b/src/GUI/QtLauncher_private.hxx index 7eb6b3854..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 onLocationChanged(); - 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 updateLocationDescription(); void updateSettingsSummary(); - void onAirportSearchComplete(); void onRembrandtToggled(bool b); void onToggleTerrasync(bool enabled); @@ -90,17 +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 setLocationOptions(); - void setBaseLocation(FGPositionedRef ref); /** * Check if the passed index is the selected aircraft, and if so, refresh @@ -120,14 +103,11 @@ private: simgear::pkg::PackageRef packageForAircraftURI(QUrl uri) const; QScopedPointer m_ui; - AirportSearchModel* m_airportsModel; AircraftProxyModel* m_aircraftProxy; AircraftItemModel* m_aircraftModel; - FGPositionedRef m_location; QUrl m_selectedAircraft; QList m_recentAircraft; - QVector m_recentAirports; QTimer* m_subsystemIdleTimer; bool m_inAppMode;