Browse Source

ShapeFileHelper: Fix incomplete type QVariant error

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
QGC4.4
Patrick José Pereira 5 years ago
parent
commit
4e740d3c45
  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