mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -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
|
%Docstring
|
||||||
!
|
!
|
||||||
|
@ -683,6 +683,8 @@ SET(QGIS_CORE_MOC_HDRS
|
|||||||
|
|
||||||
geometry/qgspoint.h
|
geometry/qgspoint.h
|
||||||
|
|
||||||
|
geonode/qgsgeonoderequest.h
|
||||||
|
|
||||||
gps/qgsgpsconnection.h
|
gps/qgsgpsconnection.h
|
||||||
gps/qgsgpsdetector.h
|
gps/qgsgpsdetector.h
|
||||||
gps/qgsnmeaconnection.h
|
gps/qgsnmeaconnection.h
|
||||||
@ -711,9 +713,6 @@ SET(QGIS_CORE_MOC_HDRS
|
|||||||
layertree/qgslayertreeregistrybridge.h
|
layertree/qgslayertreeregistrybridge.h
|
||||||
|
|
||||||
qgsuserprofilemanager.h
|
qgsuserprofilemanager.h
|
||||||
|
|
||||||
geonode/qgsgeonodeconnection.h
|
|
||||||
geonode/qgsgeonoderequest.h
|
|
||||||
)
|
)
|
||||||
|
|
||||||
IF (NOT WITH_QTWEBKIT)
|
IF (NOT WITH_QTWEBKIT)
|
||||||
@ -1091,7 +1090,6 @@ SET(QGIS_CORE_HDRS
|
|||||||
fieldformatter/qgsvaluerelationfieldformatter.h
|
fieldformatter/qgsvaluerelationfieldformatter.h
|
||||||
|
|
||||||
geonode/qgsgeonodeconnection.h
|
geonode/qgsgeonodeconnection.h
|
||||||
geonode/qgsgeonoderequest.h
|
|
||||||
|
|
||||||
metadata/qgslayermetadata.h
|
metadata/qgslayermetadata.h
|
||||||
metadata/qgslayermetadatavalidator.h
|
metadata/qgslayermetadatavalidator.h
|
||||||
|
@ -23,9 +23,8 @@
|
|||||||
/*!
|
/*!
|
||||||
* \brief GeoNode Connections management
|
* \brief GeoNode Connections management
|
||||||
*/
|
*/
|
||||||
class CORE_EXPORT QgsGeoNodeConnection : public QObject
|
class CORE_EXPORT QgsGeoNodeConnection
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
//! Constructor
|
//! Constructor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user