QgsGeonodeConnection is not a Q_OBJECT

This commit is contained in:
Nyall Dawson 2017-09-05 14:53:43 +10:00
parent 5b092aeb8d
commit b7683f209e
3 changed files with 4 additions and 7 deletions

View File

@ -9,7 +9,7 @@
class QgsGeoNodeConnection : QObject
class QgsGeoNodeConnection
{
%Docstring
!

View File

@ -683,6 +683,8 @@ SET(QGIS_CORE_MOC_HDRS
geometry/qgspoint.h
geonode/qgsgeonoderequest.h
gps/qgsgpsconnection.h
gps/qgsgpsdetector.h
gps/qgsnmeaconnection.h
@ -711,9 +713,6 @@ SET(QGIS_CORE_MOC_HDRS
layertree/qgslayertreeregistrybridge.h
qgsuserprofilemanager.h
geonode/qgsgeonodeconnection.h
geonode/qgsgeonoderequest.h
)
IF (NOT WITH_QTWEBKIT)
@ -1091,7 +1090,6 @@ SET(QGIS_CORE_HDRS
fieldformatter/qgsvaluerelationfieldformatter.h
geonode/qgsgeonodeconnection.h
geonode/qgsgeonoderequest.h
metadata/qgslayermetadata.h
metadata/qgslayermetadatavalidator.h

View File

@ -23,9 +23,8 @@
/*!
* \brief GeoNode Connections management
*/
class CORE_EXPORT QgsGeoNodeConnection : public QObject
class CORE_EXPORT QgsGeoNodeConnection
{
Q_OBJECT
public:
//! Constructor