fix build errors

git-svn-id: http://svn.osgeo.org/qgis/trunk@14687 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
jef 2010-11-15 19:15:08 +00:00
parent 2f85efe477
commit f6c28ee380
3 changed files with 2 additions and 4 deletions

View File

@ -646,10 +646,6 @@ void QgsSingleSymbolDialog::setLabel( QString label )
void QgsSingleSymbolDialog::symbolChanged( const QModelIndex &current, const QModelIndex &previous )
{
QAbstractItemModel *m = lstSymbols->model();
QgsDebugMsg( QString( "symbol changed to %1:%2" ).arg( current.row() ).arg( m->data( current, Qt::UserRole ).toString() ) );
// m->setData( current, Qt::UserRole+1, Qt::cyan );
// m->setData( previous, Qt::UserRole+1, Qt::white );
emit settingsChanged();
}

View File

@ -54,6 +54,7 @@
#include <QSettings>
#include <QComboBox>
#include <QCheckBox>
#include <QHeaderView>
#include "qgsrendererv2propertiesdialog.h"
#include "qgsstylev2.h"

View File

@ -30,6 +30,7 @@
#ifdef WIN32
#include <float.h>
#define isnan(f) _isnan(f)
#define isinf(f) (!_isfinite(f) && !_isnan(f))
#endif
/** \ingroup core