Skip to content

Commit

Permalink
Fix build warning on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 9, 2018
1 parent 03400dd commit 744f5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsmaplayer.cpp
Expand Up @@ -64,7 +64,7 @@ QString QgsMapLayer::extensionPropertyType( QgsMapLayer::PropertyType type )
case Style:
return QStringLiteral( ".qml" );
}
return QStringLiteral();
return QString();
}

QgsMapLayer::QgsMapLayer( QgsMapLayer::LayerType type,
Expand Down

0 comments on commit 744f5ac

Please sign in to comment.