Commit 4e740d3c authored by Patrick José Pereira's avatar Patrick José Pereira

ShapeFileHelper: Fix incomplete type QVariant error

Signed-off-by: 's avatarPatrick José Pereira <patrickelectric@gmail.com>
parent 18df0b7d
......@@ -13,7 +13,6 @@
#include "SHPFileHelper.h"
#include <QFile>
#include <QVariant>
const char* ShapeFileHelper::_errorPrefix = QT_TR_NOOP("Shape file load failed. %1");
......
......@@ -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
......
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