Add missing overrides

This commit is contained in:
Nyall Dawson 2017-09-14 09:45:10 +10:00
parent 2b1cf99e04
commit 07fd9cb83c
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ class QgsAfsSourceSelect: public QgsArcGisServiceSourceSelect
const QgsRectangle &bBox = QgsRectangle() ) const override;
private:
//! A layer is added from the dialog
virtual void addServiceLayer( QString uri, QString typeName );
virtual void addServiceLayer( QString uri, QString typeName ) override;
};

View File

@ -39,7 +39,7 @@ class QgsAmsSourceSelect: public QgsArcGisServiceSourceSelect
const QgsRectangle &bBox = QgsRectangle() ) const override;
private:
//! A layer is added from the dialog
virtual void addServiceLayer( QString uri, QString typeName );
virtual void addServiceLayer( QString uri, QString typeName ) override;
};
#endif // QGSAMSSOURCESELECT_H