const list cannot be sorted

This commit is contained in:
Matthias Kuhn 2019-04-09 23:39:32 +02:00 committed by GitHub
parent 4fc6176f5f
commit 54d58d9fa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -528,7 +528,7 @@ void QgsMapThemeCollection::writeXml( QDomDocument &doc )
{
QDomElement visPresetsElem = doc.createElement( QStringLiteral( "visibility-presets" ) );
const auto keys = mMapThemes.keys();
auto keys = mMapThemes.keys();
std::sort( keys.begin(), keys.end() );