mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-03 17:49:41 +00:00
Add a third copy of a comment where I felt clarification was missing
This commit is contained in:
parent
7329e6a9ef
commit
49dbb4a9ca
1 changed files with 1 additions and 0 deletions
|
@ -126,6 +126,7 @@ bool Config::GameSettings::readFile(QTextStream &stream, QMap<QString, QString>
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// 'data=...' line, so needs processing to deal with ampersands and quotes
|
// 'data=...' line, so needs processing to deal with ampersands and quotes
|
||||||
|
// The following is based on boost::io::detail::quoted_manip.hpp, but calling those functions did not work as there are too may QStrings involved
|
||||||
QChar delim = '\"';
|
QChar delim = '\"';
|
||||||
QChar escape = '&';
|
QChar escape = '&';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue