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
02ac005a
Commit
02ac005a
authored
Aug 05, 2011
by
lm
Browse files
Removed last includes to AS4Protocol
parent
bd8a2f77
Changes
2
Hide whitespace changes
Inline
Side-by-side
qgroundcontrol.pro
View file @
02ac005a
...
...
@@ -235,7 +235,6 @@ HEADERS += src/MG.h \
src
/
comm
/
SerialSimulationLink
.
h
\
src
/
comm
/
ProtocolInterface
.
h
\
src
/
comm
/
MAVLinkProtocol
.
h
\
src
/
comm
/
AS4Protocol
.
h
\
src
/
ui
/
CommConfigurationWindow
.
h
\
src
/
ui
/
SerialConfigurationWindow
.
h
\
src
/
ui
/
MainWindow
.
h
\
...
...
@@ -362,7 +361,6 @@ SOURCES += src/main.cc \
src
/
comm
/
SerialLink
.
cc
\
src
/
comm
/
SerialSimulationLink
.
cc
\
src
/
comm
/
MAVLinkProtocol
.
cc
\
src
/
comm
/
AS4Protocol
.
cc
\
src
/
ui
/
CommConfigurationWindow
.
cc
\
src
/
ui
/
SerialConfigurationWindow
.
cc
\
src
/
ui
/
MainWindow
.
cc
\
...
...
src/ui/MainWindow.h
View file @
02ac005a
...
...
@@ -49,7 +49,6 @@ This file is part of the QGROUNDCONTROL project
#include
"UASListWidget.h"
#include
"MAVLinkProtocol.h"
#include
"MAVLinkSimulationLink.h"
#include
"AS4Protocol.h"
#include
"ObjectDetectionView.h"
#include
"HUD.h"
#include
"JoystickWidget.h"
...
...
@@ -368,7 +367,6 @@ protected:
// TODO Should be moved elsewhere, as the protocol does not belong to the UI
MAVLinkProtocol
*
mavlink
;
AS4Protocol
*
as4link
;
MAVLinkSimulationLink
*
simulationLink
;
LinkInterface
*
udpLink
;
...
...
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