mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Remove some old code missed from 84f4346eae
This commit is contained in:
parent
731ac4f141
commit
b54c981341
@ -207,6 +207,8 @@ void QgsWFSSourceSelect::capabilitiesReplyFinished()
|
||||
}
|
||||
// handle errors
|
||||
QMessageBox::critical( 0, title, mCapabilities->errorMessage() );
|
||||
|
||||
mAddButton->setEnabled( false );
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -60,7 +60,6 @@ class QgsWFSSourceSelect: public QDialog, private Ui::QgsWFSSourceSelectBase
|
||||
The first string is the typename, the corresponding list
|
||||
stores the CRS for the typename in the form 'EPSG:XXXX'*/
|
||||
std::map<QString, std::list<QString> > mAvailableCRS;
|
||||
QAbstractButton* btnAdd;
|
||||
QgsWFSCapabilities* mCapabilities;
|
||||
QString mUri; // data source URI
|
||||
QgsWFSItemDelegate* mItemDelegate;
|
||||
|
Loading…
x
Reference in New Issue
Block a user