mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-09 00:05:52 -04:00
Ifdef'd std:cerr messages.
git-svn-id: http://svn.osgeo.org/qgis/trunk@749 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
c4271bf575
commit
f00b96bbd6
@ -62,8 +62,10 @@ QgsVectorLayer::QgsVectorLayer(QString vectorLayerPath, QString baseName, QStrin
|
||||
:QgsMapLayer(VECTOR, baseName, vectorLayerPath), providerKey(providerKey),
|
||||
tabledisplay(0), m_renderer(0), m_propertiesDialog(0), m_rendererDialog(0)
|
||||
{
|
||||
#ifdef DEBUG
|
||||
std::cerr << "VECTORLAYERPATH: " << vectorLayerPath << std::endl;
|
||||
std::cerr << "BASENAME: " << baseName << std::endl;
|
||||
#endif
|
||||
// load the plugin
|
||||
QgsProviderRegistry *pReg = QgsProviderRegistry::instance();
|
||||
QString ogrlib = pReg->library(providerKey);
|
||||
|
Loading…
x
Reference in New Issue
Block a user