Remove some old code missed from 84f4346eae

This commit is contained in:
Jeremy Palmer 2013-04-22 17:29:11 +12:00
parent 731ac4f141
commit b54c981341
2 changed files with 2 additions and 1 deletions

View File

@ -207,6 +207,8 @@ void QgsWFSSourceSelect::capabilitiesReplyFinished()
}
// handle errors
QMessageBox::critical( 0, title, mCapabilities->errorMessage() );
mAddButton->setEnabled( false );
return;
}

View File

@ -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;