Skip to content
Permalink
Browse files
QgsGeonodeConnection is not a Q_OBJECT
  • Loading branch information
nyalldawson committed Sep 12, 2017
1 parent 5b092ae commit b7683f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
@@ -9,7 +9,7 @@



class QgsGeoNodeConnection : QObject
class QgsGeoNodeConnection
{
%Docstring
!
@@ -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
@@ -23,9 +23,8 @@
/*!
* \brief GeoNode Connections management
*/
class CORE_EXPORT QgsGeoNodeConnection : public QObject
class CORE_EXPORT QgsGeoNodeConnection
{
Q_OBJECT

public:
//! Constructor

0 comments on commit b7683f2

Please sign in to comment.