We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent fa8c9ba commit 6678c75Copy full SHA for 6678c75
src/mapserver/CMakeLists.txt
@@ -62,6 +62,7 @@ SET (qgis_mapserv_MOC_HDRS
62
qgsftptransaction.h
63
qgscapabilitiescache.h
64
qgsconfigcache.h
65
+ qgsmslayercache.h
66
)
67
68
SET (qgis_mapserv_RCCS
src/mapserver/qgsmslayercache.h
@@ -41,6 +41,7 @@ struct QgsMSLayerCacheEntry
41
QGIS mapserver*/
42
class QgsMSLayerCache: public QObject
43
{
44
+ Q_OBJECT
45
public:
46
static QgsMSLayerCache* instance();
47
~QgsMSLayerCache();
0 commit comments