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
62ef4af3
Commit
62ef4af3
authored
Apr 04, 2017
by
Donald Gagne
Browse files
Update for QGCToolbox signature change
parent
cbf1f9b4
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/GPS/GPSManager.cc
View file @
62ef4af3
...
@@ -11,8 +11,8 @@
...
@@ -11,8 +11,8 @@
#include
"GPSManager.h"
#include
"GPSManager.h"
#include
<QDebug>
#include
<QDebug>
GPSManager
::
GPSManager
(
QGCApplication
*
app
)
GPSManager
::
GPSManager
(
QGCApplication
*
app
,
QGCToolbox
*
toolbox
)
:
QGCTool
(
app
)
:
QGCTool
(
app
,
toolbox
)
{
{
qRegisterMetaType
<
GPSPositionMessage
>
();
qRegisterMetaType
<
GPSPositionMessage
>
();
qRegisterMetaType
<
GPSSatelliteMessage
>
();
qRegisterMetaType
<
GPSSatelliteMessage
>
();
...
...
src/GPS/GPSManager.h
View file @
62ef4af3
...
@@ -25,7 +25,7 @@ class GPSManager : public QGCTool
...
@@ -25,7 +25,7 @@ class GPSManager : public QGCTool
{
{
Q_OBJECT
Q_OBJECT
public:
public:
GPSManager
(
QGCApplication
*
app
);
GPSManager
(
QGCApplication
*
app
,
QGCToolbox
*
toolbox
);
~
GPSManager
();
~
GPSManager
();
void
connectGPS
(
const
QString
&
device
);
void
connectGPS
(
const
QString
&
device
);
...
...
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