Skip to content

Commit 00fad29

Browse files
committed
update grass provider after 008592b
1 parent ab23800 commit 00fad29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/providers/grass/qgsgrassprovidermodule.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ QgsGrassLocationItem::QgsGrassLocationItem( QgsDataItem* parent, QString path )
2727
{
2828
QFileInfo fi( path );
2929
mName = fi.baseName();
30-
mIcon = QIcon( getThemePixmap( "grass_location.png" ) );
30+
mIcon = QIcon( QgsApplication::getThemePixmap( "grass_location.png" ) );
3131
}
3232
QgsGrassLocationItem::~QgsGrassLocationItem() {}
3333

@@ -67,7 +67,7 @@ QgsGrassMapsetItem::QgsGrassMapsetItem( QgsDataItem* parent, QString path )
6767
dir.cdUp();
6868
mGisdbase = dir.path();
6969

70-
mIcon = QIcon( getThemePixmap( "grass_mapset.png" ) );
70+
mIcon = QIcon( QgsApplication::getThemePixmap( "grass_mapset.png" ) );
7171
}
7272

7373
QgsGrassMapsetItem::~QgsGrassMapsetItem() {}

0 commit comments

Comments
 (0)