We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30d270f commit 3b0d3dbCopy full SHA for 3b0d3db
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