Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix vc build
  • Loading branch information
jef-n committed Jul 13, 2011
1 parent 8fcd587 commit 1aae72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsbrowsermodel.cpp
Expand Up @@ -18,7 +18,7 @@ QgsBrowserModel::QgsBrowserModel( QObject *parent ) :
// give the home directory a prominent first place
QgsDirectoryItem *item = new QgsDirectoryItem( NULL, tr( "Home" ), QDir::homePath() );
QStyle *style = QApplication::style();
QIcon homeIcon( style->standardPixmap( QStyle::QStyle::SP_DirHomeIcon ) );
QIcon homeIcon( style->standardPixmap( QStyle::SP_DirHomeIcon ) );
item->setIcon( homeIcon );
connectItem( item );
mRootItems << item;
Expand Down

0 comments on commit 1aae72c

Please sign in to comment.