Skip to content

Commit 64c4203

Browse files
author
mhugent
committed
Added a missing return statement to make WMS getCapabilities working
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5231 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 1305463 commit 64c4203

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/providers/wms/qgswmsprovider.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,8 @@ bool QgsWmsProvider::retrieveServerCapabilities(bool forceRefresh)
698698
std::cout << "QgsWmsProvider::getServerCapabilities: exiting." << std::endl;
699699
#endif
700700

701+
return TRUE;
702+
701703
}
702704

703705

0 commit comments

Comments
 (0)