Skip to content

Commit 744f5ac

Browse files
committedJan 9, 2018
Fix build warning on windows
1 parent 03400dd commit 744f5ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/qgsmaplayer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ QString QgsMapLayer::extensionPropertyType( QgsMapLayer::PropertyType type )
6464
case Style:
6565
return QStringLiteral( ".qml" );
6666
}
67-
return QStringLiteral();
67+
return QString();
6868
}
6969

7070
QgsMapLayer::QgsMapLayer( QgsMapLayer::LayerType type,

0 commit comments

Comments
 (0)
Please sign in to comment.