Unverified Commit f115738e authored by Gus Grubba's avatar Gus Grubba Committed by GitHub

Merge pull request #8217 from patrickelectric/fix_qvariant

ShapeFileHelper: Fix incomplete type QVariant error
parents 18df0b7d 4e740d3c
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
#include "SHPFileHelper.h" #include "SHPFileHelper.h"
#include <QFile> #include <QFile>
#include <QVariant>
const char* ShapeFileHelper::_errorPrefix = QT_TR_NOOP("Shape file load failed. %1"); const char* ShapeFileHelper::_errorPrefix = QT_TR_NOOP("Shape file load failed. %1");
......
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
#include <QObject> #include <QObject>
#include <QList> #include <QList>
#include <QGeoCoordinate> #include <QGeoCoordinate>
#include <QVariant>
/// Routines for loading polygons or polylines from KML or SHP files. /// Routines for loading polygons or polylines from KML or SHP files.
class ShapeFileHelper : public QObject class ShapeFileHelper : public QObject
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment