Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Changed geopackage icon to svg
  • Loading branch information
elpaso committed Aug 9, 2017
1 parent e14e648 commit a2d4e82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/images.qrc
Expand Up @@ -563,7 +563,7 @@
<file>themes/default/mActionMapSettings.svg</file>
<file>themes/default/mActionLockExtent.svg</file>
<file>icons/qgis_icon.svg</file>
<file>themes/default/mGeoPackage.png</file>
<file>themes/default/mGeoPackage.svg</file>
</qresource>
<qresource prefix="/images/tips">
<file alias="symbol_levels.png">qgis_tips/symbol_levels.png</file>
Expand Down
2 changes: 1 addition & 1 deletion src/providers/ogr/qgsgeopackagedataitems.cpp
Expand Up @@ -41,7 +41,7 @@ QgsGeoPackageRootItem::QgsGeoPackageRootItem( QgsDataItem *parent, QString name,
: QgsDataCollectionItem( parent, name, path )
{
mCapabilities |= Fast;
mIconName = QStringLiteral( "mGeoPackage.png" );
mIconName = QStringLiteral( "mGeoPackage.svg" );
populate();
}

Expand Down

0 comments on commit a2d4e82

Please sign in to comment.