mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
const list cannot be sorted
This commit is contained in:
parent
4fc6176f5f
commit
54d58d9fa3
@ -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() );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user