Skip to content

Commit

Permalink
Remove some old code missed from 84f4346
Browse files Browse the repository at this point in the history
  • Loading branch information
palmerj committed Jul 14, 2013
1 parent 731ac4f commit b54c981
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/providers/wfs/qgswfssourceselect.cpp
Expand Up @@ -207,6 +207,8 @@ void QgsWFSSourceSelect::capabilitiesReplyFinished()
}
// handle errors
QMessageBox::critical( 0, title, mCapabilities->errorMessage() );

mAddButton->setEnabled( false );
return;
}

Expand Down
1 change: 0 additions & 1 deletion src/providers/wfs/qgswfssourceselect.h
Expand Up @@ -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;
Expand Down

0 comments on commit b54c981

Please sign in to comment.