Skip to content

Commit 33f5c24

Browse files
committedDec 16, 2017
Show full path in tooltip for qgs project files in browser
1 parent 40dbc06 commit 33f5c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/qgsdataitem.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@ QgsProjectItem::QgsProjectItem( QgsDataItem *parent, const QString &name, const
10851085
: QgsDataItem( QgsDataItem::Project, parent, name, path )
10861086
{
10871087
mIconName = QStringLiteral( ":/images/icons/qgis-icon-16x16.png" );
1088-
1088+
setToolTip( QDir::toNativeSeparators( path ) );
10891089
setState( Populated ); // no more children
10901090
}
10911091

0 commit comments

Comments
 (0)
Please sign in to comment.