mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-01 02:15:32 +00:00
Merge remote-tracking branch 'rohitnirmal/launcher-fix-rohit'
This commit is contained in:
commit
c891e529f3
1 changed files with 2 additions and 2 deletions
|
@ -66,8 +66,8 @@ public:
|
||||||
|
|
||||||
if (keyRe.indexIn(line) != -1) {
|
if (keyRe.indexIn(line) != -1) {
|
||||||
|
|
||||||
QString key = keyRe.cap(1);
|
QString key = keyRe.cap(1).trimmed();
|
||||||
QString value = keyRe.cap(2);
|
QString value = keyRe.cap(2).trimmed();
|
||||||
|
|
||||||
if (!sectionPrefix.isEmpty())
|
if (!sectionPrefix.isEmpty())
|
||||||
key.prepend(sectionPrefix);
|
key.prepend(sectionPrefix);
|
||||||
|
|
Loading…
Reference in a new issue