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
f115738e
Unverified
Commit
f115738e
authored
Jan 14, 2020
by
Gus Grubba
Committed by
GitHub
Jan 14, 2020
Browse files
Merge pull request #8217 from patrickelectric/fix_qvariant
ShapeFileHelper: Fix incomplete type QVariant error
parents
18df0b7d
4e740d3c
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ShapeFileHelper.cc
View file @
f115738e
...
...
@@ -13,7 +13,6 @@
#include
"SHPFileHelper.h"
#include
<QFile>
#include
<QVariant>
const
char
*
ShapeFileHelper
::
_errorPrefix
=
QT_TR_NOOP
(
"Shape file load failed. %1"
);
...
...
src/ShapeFileHelper.h
View file @
f115738e
...
...
@@ -12,6 +12,7 @@
#include
<QObject>
#include
<QList>
#include
<QGeoCoordinate>
#include
<QVariant>
/// Routines for loading polygons or polylines from KML or SHP files.
class
ShapeFileHelper
:
public
QObject
...
...
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