Skip to content

Commit

Permalink
Fix QgsGrassProvider::minimum/maximumValue and windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Sep 17, 2015
1 parent 25af142 commit 87ee7b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/providers/grass/CMakeLists.txt
Expand Up @@ -114,8 +114,6 @@ MACRO(ADD_GRASSLIB GRASS_BUILD_VERSION)
# GRASS vector provider
#
SET (GRASS_VECTOR_PROVIDER_SRCS
../qgsgrassvectormap.cpp
../qgsgrassvectormaplayer.cpp
../qgsgrassprovidermodule.cpp
)
QT4_WRAP_CPP(GRASS_VECTOR_PROVIDER_MOC_SRCS
Expand Down
2 changes: 1 addition & 1 deletion src/providers/grass/qgsgrassprovidermodule.h
Expand Up @@ -103,7 +103,7 @@ class QgsGrassObjectItem : public QgsLayerItem, public QgsGrassObjectItemBase
bool showObjectActions = true );

virtual QList<QAction*> actions() override;
virtual bool equal( const QgsDataItem *other );
virtual bool equal( const QgsDataItem *other ) override;

public slots:
void renameGrassObject();
Expand Down

0 comments on commit 87ee7b3

Please sign in to comment.