File tree 3 files changed +4
-7
lines changed
3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 9
9
10
10
11
11
12
- class QgsGeoNodeConnection : QObject
12
+ class QgsGeoNodeConnection
13
13
{
14
14
%Docstring
15
15
!
Original file line number Diff line number Diff line change @@ -683,6 +683,8 @@ SET(QGIS_CORE_MOC_HDRS
683
683
684
684
geometry/qgspoint.h
685
685
686
+ geonode/qgsgeonoderequest.h
687
+
686
688
gps/qgsgpsconnection.h
687
689
gps/qgsgpsdetector.h
688
690
gps/qgsnmeaconnection.h
@@ -711,9 +713,6 @@ SET(QGIS_CORE_MOC_HDRS
711
713
layertree/qgslayertreeregistrybridge.h
712
714
713
715
qgsuserprofilemanager.h
714
-
715
- geonode/qgsgeonodeconnection.h
716
- geonode/qgsgeonoderequest.h
717
716
)
718
717
719
718
IF (NOT WITH_QTWEBKIT)
@@ -1091,7 +1090,6 @@ SET(QGIS_CORE_HDRS
1091
1090
fieldformatter/qgsvaluerelationfieldformatter.h
1092
1091
1093
1092
geonode/qgsgeonodeconnection.h
1094
- geonode/qgsgeonoderequest.h
1095
1093
1096
1094
metadata/qgslayermetadata.h
1097
1095
metadata/qgslayermetadatavalidator.h
Original file line number Diff line number Diff line change 23
23
/* !
24
24
* \brief GeoNode Connections management
25
25
*/
26
- class CORE_EXPORT QgsGeoNodeConnection : public QObject
26
+ class CORE_EXPORT QgsGeoNodeConnection
27
27
{
28
- Q_OBJECT
29
28
30
29
public:
31
30
// ! Constructor
You can’t perform that action at this time.
0 commit comments