Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
421df93a
Commit
421df93a
authored
Jan 25, 2018
by
Gus Grubba
Browse files
Fix case
parent
3fc23e1b
Changes
4
Show whitespace changes
Inline
Side-by-side
qgroundcontrol.pro
View file @
421df93a
...
...
@@ -1099,7 +1099,7 @@ contains (DEFINES, QGC_AIRMAP_ENABLED) {
src
/
Airmap
/
AirMapTelemetry
.
h
\
src
/
Airmap
/
AirMapTrafficMonitor
.
h
\
src
/
Airmap
/
AirMapVehicleManager
.
h
\
src
/
Airmap
/
Air
m
apWeatherInformation
.
h
\
src
/
Airmap
/
Air
M
apWeatherInformation
.
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
/
Air
m
apWeatherInformation
.
cc
\
src
/
Airmap
/
Air
M
apWeatherInformation
.
cc
\
}
else
{
RESOURCES
+=
\
...
...
src/Airmap/AirMapManager.cc
View file @
421df93a
...
...
@@ -8,7 +8,7 @@
****************************************************************************/
#include
"AirMapManager.h"
#include
"Air
m
apWeatherInformation.h"
#include
"Air
M
apWeatherInformation.h"
#include
"AirMapRestrictionManager.h"
#include
"AirMapRulesetsManager.h"
#include
"AirMapSettings.h"
...
...
src/Airmap/Air
m
apWeatherInformation.cc
→
src/Airmap/Air
M
apWeatherInformation.cc
View file @
421df93a
...
...
@@ -7,7 +7,7 @@
*
****************************************************************************/
#include
"Air
m
apWeatherInformation.h"
#include
"Air
M
apWeatherInformation.h"
#include
"AirMapSharedState.h"
#include
"AirMapManager.h"
...
...
src/Airmap/Air
m
apWeatherInformation.h
→
src/Airmap/Air
M
apWeatherInformation.h
View file @
421df93a
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment