Skip to content

Commit

Permalink
fix build errors
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14687 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Nov 15, 2010
1 parent c857fac commit 424424c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/app/qgssinglesymboldialog.cpp
Expand Up @@ -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();
}

Expand Down
1 change: 1 addition & 0 deletions src/app/qgsvectorlayerproperties.cpp
Expand Up @@ -54,6 +54,7 @@
#include <QSettings>
#include <QComboBox>
#include <QCheckBox>
#include <QHeaderView>

#include "qgsrendererv2propertiesdialog.h"
#include "qgsstylev2.h"
Expand Down
1 change: 1 addition & 0 deletions src/core/qgis.h
Expand Up @@ -30,6 +30,7 @@
#ifdef WIN32
#include <float.h>
#define isnan(f) _isnan(f)
#define isinf(f) (!_isfinite(f) && !_isnan(f))
#endif

/** \ingroup core
Expand Down

0 comments on commit 424424c

Please sign in to comment.