diff options
| -rw-r--r-- | src/core/kconfig.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/core/kconfig.cpp b/src/core/kconfig.cpp index b602ce47..025a8b1d 100644 --- a/src/core/kconfig.cpp +++ b/src/core/kconfig.cpp @@ -163,7 +163,7 @@ void KConfigPrivate::copyGroup(const QByteArray &source, const QByteArray &desti              newKey.mGroup.replace(0, len, destination);          } -        KEntry entry = entryMap[entryMapIt.key()]; +        KEntry entry = entryMapIt.value();          dirtied = entry.bDirty = flags & KConfigBase::Persistent;          if (flags & KConfigBase::Global) { | 
