mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
QgsGeonodeConnection is not a Q_OBJECT
This commit is contained in:
parent
5b092aeb8d
commit
b7683f209e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user