File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed
Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 716716 <file>themes/default/mIndicatorNonRemovable.svg</file>
717717 <file>themes/default/mIconFolder.svg</file>
718718 <file>themes/default/mIconFolderOpen.svg</file>
719+ <file>themes/default/mIconFolderProject.svg</file>
719720 </qresource>
720721 <qresource prefix="/images/tips">
721722 <file alias="symbol_levels.png">qgis_tips/symbol_levels.png</file>
Original file line number Diff line number Diff line change @@ -1469,7 +1469,7 @@ QIcon QgsProjectHomeItem::icon()
14691469{
14701470 if ( state () == Populating )
14711471 return QgsDirectoryItem::icon ();
1472- return QgsApplication::getThemeIcon ( QStringLiteral ( " mIconQgsProjectFile .svg" ) );
1472+ return QgsApplication::getThemeIcon ( QStringLiteral ( " mIconFolderProject .svg" ) );
14731473}
14741474
14751475QVariant QgsProjectHomeItem::sortKey () const
You can’t perform that action at this time.
0 commit comments