Skip to content

Commit b7683f2

Browse files
committed
QgsGeonodeConnection is not a Q_OBJECT
1 parent 5b092ae commit b7683f2

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

python/core/geonode/qgsgeonodeconnection.sip

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111

12-
class QgsGeoNodeConnection : QObject
12+
class QgsGeoNodeConnection
1313
{
1414
%Docstring
1515
!

src/core/CMakeLists.txt

+2-4
Original file line numberDiff line numberDiff line change
@@ -683,6 +683,8 @@ SET(QGIS_CORE_MOC_HDRS
683683

684684
geometry/qgspoint.h
685685

686+
geonode/qgsgeonoderequest.h
687+
686688
gps/qgsgpsconnection.h
687689
gps/qgsgpsdetector.h
688690
gps/qgsnmeaconnection.h
@@ -711,9 +713,6 @@ SET(QGIS_CORE_MOC_HDRS
711713
layertree/qgslayertreeregistrybridge.h
712714

713715
qgsuserprofilemanager.h
714-
715-
geonode/qgsgeonodeconnection.h
716-
geonode/qgsgeonoderequest.h
717716
)
718717

719718
IF (NOT WITH_QTWEBKIT)
@@ -1091,7 +1090,6 @@ SET(QGIS_CORE_HDRS
10911090
fieldformatter/qgsvaluerelationfieldformatter.h
10921091

10931092
geonode/qgsgeonodeconnection.h
1094-
geonode/qgsgeonoderequest.h
10951093

10961094
metadata/qgslayermetadata.h
10971095
metadata/qgslayermetadatavalidator.h

src/core/geonode/qgsgeonodeconnection.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@
2323
/*!
2424
* \brief GeoNode Connections management
2525
*/
26-
class CORE_EXPORT QgsGeoNodeConnection : public QObject
26+
class CORE_EXPORT QgsGeoNodeConnection
2727
{
28-
Q_OBJECT
2928

3029
public:
3130
//! Constructor

0 commit comments

Comments
 (0)