Skip to content

Commit

Permalink
Show full path in tooltip for qgs project files in browser
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 16, 2017
1 parent 40dbc06 commit 33f5c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsdataitem.cpp
Expand Up @@ -1085,7 +1085,7 @@ QgsProjectItem::QgsProjectItem( QgsDataItem *parent, const QString &name, const
: QgsDataItem( QgsDataItem::Project, parent, name, path )
{
mIconName = QStringLiteral( ":/images/icons/qgis-icon-16x16.png" );

setToolTip( QDir::toNativeSeparators( path ) );
setState( Populated ); // no more children
}

Expand Down

0 comments on commit 33f5c24

Please sign in to comment.