Skip to content

Commit 3b0d3db

Browse files
mhugentjef-n
authored andcommitted
QgsMSLayerCache inherits from QObject to use signal/slot mechanism
1 parent 30d270f commit 3b0d3db

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/mapserver/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ SET (qgis_mapserv_MOC_HDRS
6262
qgsftptransaction.h
6363
qgscapabilitiescache.h
6464
qgsconfigcache.h
65+
qgsmslayercache.h
6566
)
6667

6768
SET (qgis_mapserv_RCCS

src/mapserver/qgsmslayercache.h

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ struct QgsMSLayerCacheEntry
4141
QGIS mapserver*/
4242
class QgsMSLayerCache: public QObject
4343
{
44+
Q_OBJECT
4445
public:
4546
static QgsMSLayerCache* instance();
4647
~QgsMSLayerCache();

0 commit comments

Comments
 (0)