From 421df93a4496ec0a11a40aec214b7cc867ce030d Mon Sep 17 00:00:00 2001 From: Gus Grubba Date: Thu, 25 Jan 2018 03:12:54 -0500 Subject: [PATCH] Fix case --- qgroundcontrol.pro | 4 ++-- src/Airmap/AirMapManager.cc | 2 +- ...irmapWeatherInformation.cc => AirMapWeatherInformation.cc} | 2 +- ...{AirmapWeatherInformation.h => AirMapWeatherInformation.h} | 0 4 files changed, 4 insertions(+), 4 deletions(-) rename src/Airmap/{AirmapWeatherInformation.cc => AirMapWeatherInformation.cc} (98%) rename src/Airmap/{AirmapWeatherInformation.h => AirMapWeatherInformation.h} (100%) diff --git a/qgroundcontrol.pro b/qgroundcontrol.pro index 0d8110e964..583a5f7644 100644 --- a/qgroundcontrol.pro +++ b/qgroundcontrol.pro @@ -1099,7 +1099,7 @@ contains (DEFINES, QGC_AIRMAP_ENABLED) { src/Airmap/AirMapTelemetry.h \ src/Airmap/AirMapTrafficMonitor.h \ src/Airmap/AirMapVehicleManager.h \ - src/Airmap/AirmapWeatherInformation.h \ + src/Airmap/AirMapWeatherInformation.h \ src/Airmap/LifetimeChecker.h \ SOURCES += \ @@ -1112,7 +1112,7 @@ contains (DEFINES, QGC_AIRMAP_ENABLED) { src/Airmap/AirMapTelemetry.cc \ src/Airmap/AirMapTrafficMonitor.cc \ src/Airmap/AirMapVehicleManager.cc \ - src/Airmap/AirmapWeatherInformation.cc \ + src/Airmap/AirMapWeatherInformation.cc \ } else { RESOURCES += \ diff --git a/src/Airmap/AirMapManager.cc b/src/Airmap/AirMapManager.cc index 3c5d0edc7d..a3886ee4f9 100644 --- a/src/Airmap/AirMapManager.cc +++ b/src/Airmap/AirMapManager.cc @@ -8,7 +8,7 @@ ****************************************************************************/ #include "AirMapManager.h" -#include "AirmapWeatherInformation.h" +#include "AirMapWeatherInformation.h" #include "AirMapRestrictionManager.h" #include "AirMapRulesetsManager.h" #include "AirMapSettings.h" diff --git a/src/Airmap/AirmapWeatherInformation.cc b/src/Airmap/AirMapWeatherInformation.cc similarity index 98% rename from src/Airmap/AirmapWeatherInformation.cc rename to src/Airmap/AirMapWeatherInformation.cc index 8a36aa6f6f..628f8b0a68 100644 --- a/src/Airmap/AirmapWeatherInformation.cc +++ b/src/Airmap/AirMapWeatherInformation.cc @@ -7,7 +7,7 @@ * ****************************************************************************/ -#include "AirmapWeatherInformation.h" +#include "AirMapWeatherInformation.h" #include "AirMapSharedState.h" #include "AirMapManager.h" diff --git a/src/Airmap/AirmapWeatherInformation.h b/src/Airmap/AirMapWeatherInformation.h similarity index 100% rename from src/Airmap/AirmapWeatherInformation.h rename to src/Airmap/AirMapWeatherInformation.h -- GitLab