Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
3fc23e1b
Commit
3fc23e1b
authored
Jan 25, 2018
by
Gus Grubba
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Missed these
parent
5c9a3ca8
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
20 deletions
+7
-20
AirMapFlightManager.h
src/Airmap/AirMapFlightManager.h
+1
-0
AirMapRestrictionManager.cc
src/Airmap/AirMapRestrictionManager.cc
+2
-1
AirMapRulesetsManager.cc
src/Airmap/AirMapRulesetsManager.cc
+2
-1
AirMapSharedState.cc
src/Airmap/AirMapSharedState.cc
+1
-1
AirMapTrafficMonitor.cc
src/Airmap/AirMapTrafficMonitor.cc
+1
-1
AirspaceManager.h
src/AirspaceManagement/AirspaceManager.h
+0
-16
No files found.
src/Airmap/AirMapFlightManager.h
View file @
3fc23e1b
...
...
@@ -13,6 +13,7 @@
#include <QObject>
#include <QTimer>
#include <QList>
//-----------------------------------------------------------------------------
/// class to upload a flight
...
...
src/Airmap/AirMapRestrictionManager.cc
View file @
3fc23e1b
...
...
@@ -7,8 +7,9 @@
*
****************************************************************************/
#include "AirMapManager.h"
#include "AirMapRestrictionManager.h"
#include "AirMapSharedState.h"
#include "AirMapManager.h"
AirMapRestrictionManager
::
AirMapRestrictionManager
(
AirMapSharedState
&
shared
)
:
_shared
(
shared
)
...
...
src/Airmap/AirMapRulesetsManager.cc
View file @
3fc23e1b
...
...
@@ -7,8 +7,9 @@
*
****************************************************************************/
#include "AirMapManager.h"
#include "AirMapRulesetsManager.h"
#include "AirMapSharedState.h"
#include "AirMapManager.h"
//-----------------------------------------------------------------------------
AirMapRulesetsManager
::
AirMapRulesetsManager
(
AirMapSharedState
&
shared
)
...
...
src/Airmap/AirMapSharedState.cc
View file @
3fc23e1b
...
...
@@ -7,8 +7,8 @@
*
****************************************************************************/
#include "AirMapManager.h"
#include "AirMapSharedState.h"
#include "AirMapManager.h"
void
AirMapSharedState
::
setSettings
(
const
Settings
&
settings
)
...
...
src/Airmap/AirMapTrafficMonitor.cc
View file @
3fc23e1b
...
...
@@ -7,8 +7,8 @@
*
****************************************************************************/
#include "AirMapManager.h"
#include "AirMapTrafficMonitor.h"
#include "AirMapManager.h"
AirMapTrafficMonitor
::~
AirMapTrafficMonitor
()
{
...
...
src/AirspaceManagement/AirspaceManager.h
View file @
3fc23e1b
...
...
@@ -41,22 +41,6 @@ class AirspaceRulesetsProvider;
Q_DECLARE_LOGGING_CATEGORY
(
AirspaceManagementLog
)
//-----------------------------------------------------------------------------
/**
* Contains the status of the Airspace authorization
*/
class
AirspaceAuthorization
:
public
QObject
{
Q_OBJECT
public:
enum
PermitStatus
{
PermitUnknown
=
0
,
PermitPending
,
PermitAccepted
,
PermitRejected
,
};
Q_ENUM
(
PermitStatus
)
};
//-----------------------------------------------------------------------------
/**
* @class AirspaceManager
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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