Skip to content

Commit

Permalink
QgsMSLayerCache inherits from QObject to use signal/slot mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent authored and jef-n committed May 17, 2012
1 parent 30d270f commit 3b0d3db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/mapserver/CMakeLists.txt
Expand Up @@ -62,6 +62,7 @@ SET (qgis_mapserv_MOC_HDRS
qgsftptransaction.h
qgscapabilitiescache.h
qgsconfigcache.h
qgsmslayercache.h
)

SET (qgis_mapserv_RCCS
Expand Down
1 change: 1 addition & 0 deletions src/mapserver/qgsmslayercache.h
Expand Up @@ -41,6 +41,7 @@ struct QgsMSLayerCacheEntry
QGIS mapserver*/
class QgsMSLayerCache: public QObject
{
Q_OBJECT
public:
static QgsMSLayerCache* instance();
~QgsMSLayerCache();
Expand Down

0 comments on commit 3b0d3db

Please sign in to comment.