Commit ec93ab96 authored by Andreas Bircher's avatar Andreas Bircher

remove artefact

parent abfc1233
This diff is collapsed.
......@@ -20,16 +20,6 @@
#include <QMutex>
#include <QtLocation/private/qgeotiledmapreply_p.h>
/* usage example:
ElevationProvider *p = new ElevationProvider();
QList<QGeoCoordinate> coordinates;
QGeoCoordinate c(47.379243, 8.548265);
coordinates.push_back(c);
c.setLatitude(c.latitude()+0.01);
coordinates.push_back(c);
p->queryTerrainData(coordinates);
*/
Q_DECLARE_LOGGING_CATEGORY(ElevationProviderLog)
class ElevationProvider;
......
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