mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Uncomment a debugging #ifdef
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5765 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
f2e9c66802
commit
aee0750954
@ -820,7 +820,7 @@ bool QgsWmsProvider::downloadCapabilitiesURI(QString const & uri)
|
||||
#include <fstream>
|
||||
bool QgsWmsProvider::parseCapabilitiesDOM(QByteArray const & xml, QgsWmsCapabilitiesProperty& capabilitiesProperty)
|
||||
{
|
||||
//#ifdef QGISDEBUG
|
||||
#ifdef QGISDEBUG
|
||||
std::cout << "QgsWmsProvider::parseCapabilitiesDOM: entering." << std::endl;
|
||||
|
||||
//test the content of the QByteArray.
|
||||
@ -846,7 +846,7 @@ bool QgsWmsProvider::parseCapabilitiesDOM(QByteArray const & xml, QgsWmsCapabili
|
||||
// file.writeBlock(xml);
|
||||
// file.close();
|
||||
//}
|
||||
//#endif
|
||||
#endif
|
||||
|
||||
// Convert completed document into a DOM
|
||||
QString errorMsg;
|
||||
|
Loading…
x
Reference in New Issue
Block a user