commented out qDebug statement which someone inserted. It was the reason for a crash which occured when the renderer type was changed

git-svn-id: http://svn.osgeo.org/qgis/trunk@2365 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
mhugent 2004-11-28 21:19:36 +00:00
parent 8c0b8e6376
commit de1ba5c588

View File

@ -162,10 +162,10 @@ QgsDlgVectorLayerProperties::~QgsDlgVectorLayerProperties()
void QgsDlgVectorLayerProperties::alterLayerDialog(const QString & dialogString)
{
#ifdef QGISDEBUG
/*#ifdef QGISDEBUG
qDebug( "%s:%d QgsDlgVectorLayerProperties::alterLayerDialog(%s)",
__FILE__, __LINE__, dialogString );
#endif
#endif*/
if (rendererDirty)
{
widgetStackRenderers->removeWidget(bufferDialog);