Browse Source

Merge pull request #8217 from patrickelectric/fix_qvariant

ShapeFileHelper: Fix incomplete type QVariant error
QGC4.4
Gus Grubba 5 years ago committed by GitHub
parent
commit
f115738eb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/ShapeFileHelper.cc
  2. 1
      src/ShapeFileHelper.h

1
src/ShapeFileHelper.cc

@ -13,7 +13,6 @@ @@ -13,7 +13,6 @@
#include "SHPFileHelper.h"
#include <QFile>
#include <QVariant>
const char* ShapeFileHelper::_errorPrefix = QT_TR_NOOP("Shape file load failed. %1");

1
src/ShapeFileHelper.h

@ -12,6 +12,7 @@ @@ -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

Loading…
Cancel
Save