Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mark QgsVectorTileLoader as CORE_EXPORT
  • Loading branch information
alexbruy authored and nyalldawson committed May 17, 2023
1 parent daa8d5c commit 46bdea3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/core/vectortile/qgsvectortileloader.h
Expand Up @@ -34,7 +34,7 @@ class QEventLoop;
*
* \since QGIS 3.14
*/
class QgsVectorTileRawData
class CORE_EXPORT QgsVectorTileRawData
{
public:
//! Constructs a raw tile object
Expand All @@ -54,7 +54,7 @@ class QgsVectorTileRawData
*
* \since QGIS 3.14
*/
class QgsVectorTileLoader : public QObject
class CORE_EXPORT QgsVectorTileLoader : public QObject
{
Q_OBJECT
public:
Expand Down Expand Up @@ -104,7 +104,6 @@ class QgsVectorTileLoader : public QObject
QList<QgsTileDownloadManagerReply *> mReplies;

QString mError;

};

#endif // QGSVECTORTILELOADER_H

0 comments on commit 46bdea3

Please sign in to comment.