File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ SET (AFS_SRCS
25
25
SET (AFS_MOC_HDRS
26
26
qgsarcgisrestutils.h
27
27
qgsafsdataitems.h
28
- qgsafsfeatureiterator.h
29
28
qgsafsprovider.h
30
29
qgsafssourceselect.h
31
30
)
Original file line number Diff line number Diff line change @@ -21,18 +21,14 @@ class QgsAfsProvider;
21
21
class QgsSpatialIndex ;
22
22
23
23
24
- class QgsAfsFeatureSource : public QObject , public QgsAbstractFeatureSource
24
+ class QgsAfsFeatureSource : public QgsAbstractFeatureSource
25
25
{
26
- Q_OBJECT
27
26
28
27
public:
29
28
QgsAfsFeatureSource ( const QgsAfsProvider *provider );
30
29
QgsFeatureIterator getFeatures ( const QgsFeatureRequest &request ) override ;
31
30
QgsAfsProvider *provider () const ;
32
31
33
- signals:
34
- void extentRequested ( const QgsRectangle & );
35
-
36
32
protected:
37
33
QgsAfsProvider *mProvider = nullptr ;
38
34
You can’t perform that action at this time.
0 commit comments