1
0
Fork 0

Fix some file/class name violations.

Ensure the file-name matches the class within, to avoid confusing
people more than necessary.
This commit is contained in:
James Turner 2020-06-20 14:11:02 +01:00
parent 7d7b7b3bd1
commit a9f48ce130
8 changed files with 10 additions and 11 deletions

View file

@ -18,7 +18,7 @@
// along with this program; if not, write to the Free Software // along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "AircraftModel.hxx" #include "AircraftItemModel.hxx"
#include <QSettings> #include <QSettings>
#include <QDebug> #include <QDebug>

View file

@ -1,9 +1,9 @@
#include "AircraftSearchFilterModel.hxx" #include "AircraftProxyModel.hxx"
#include <QSettings> #include <QSettings>
#include <QDebug> #include <QDebug>
#include "AircraftModel.hxx" #include "AircraftItemModel.hxx"
#include "FavouriteAircraftData.hxx" #include "FavouriteAircraftData.hxx"
#include <simgear/package/Package.hxx> #include <simgear/package/Package.hxx>

View file

@ -90,8 +90,8 @@ if (HAVE_QT)
NavaidDiagram.hxx NavaidDiagram.hxx
SetupRootDialog.cxx SetupRootDialog.cxx
SetupRootDialog.hxx SetupRootDialog.hxx
AircraftModel.hxx AircraftItemModel.hxx
AircraftModel.cxx AircraftItemModel.cxx
CatalogListModel.cxx CatalogListModel.cxx
CatalogListModel.hxx CatalogListModel.hxx
QtMessageBox.cxx QtMessageBox.cxx
@ -104,8 +104,8 @@ if (HAVE_QT)
LocationController.hxx LocationController.hxx
LauncherArgumentTokenizer.cxx LauncherArgumentTokenizer.cxx
LauncherArgumentTokenizer.hxx LauncherArgumentTokenizer.hxx
AircraftSearchFilterModel.cxx AircraftProxyModel.cxx
AircraftSearchFilterModel.hxx AircraftProxyModel.hxx
DefaultAircraftLocator.cxx DefaultAircraftLocator.cxx
DefaultAircraftLocator.hxx DefaultAircraftLocator.hxx
LaunchConfig.cxx LaunchConfig.cxx

View file

@ -27,8 +27,8 @@
#include <Main/fg_props.hxx> #include <Main/fg_props.hxx>
#include "version.h" #include "version.h"
#include "AircraftModel.hxx" #include "AircraftItemModel.hxx"
#include "AircraftSearchFilterModel.hxx" #include "AircraftProxyModel.hxx"
#include "AirportDiagram.hxx" #include "AirportDiagram.hxx"
#include "CarrierDiagram.hxx" #include "CarrierDiagram.hxx"
#include "CarriersLocationModel.hxx" #include "CarriersLocationModel.hxx"

View file

@ -22,7 +22,6 @@
#include "QtLauncher.hxx" #include "QtLauncher.hxx"
#include "DefaultAircraftLocator.hxx" #include "DefaultAircraftLocator.hxx"
#include "LaunchConfig.hxx" #include "LaunchConfig.hxx"
#include "AircraftModel.hxx"
#include "LocalAircraftCache.hxx" #include "LocalAircraftCache.hxx"
#include "LauncherController.hxx" #include "LauncherController.hxx"
#include "AddOnsController.hxx" #include "AddOnsController.hxx"

View file

@ -3,7 +3,7 @@
#include <QSettings> #include <QSettings>
#include <QDebug> #include <QDebug>
#include "AircraftModel.hxx" #include "AircraftItemModel.hxx"
const int MAX_RECENT_AIRCRAFT = 20; const int MAX_RECENT_AIRCRAFT = 20;