Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
@ -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>
/// Routines for loading polygons or polylines from KML or SHP files.
class ShapeFileHelper : public QObject