forked from teamnwah/openmw-tes3coop
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
|
||||
{
|
||||
// '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 escape = '&';
|
||||
|
||||
|
|
Loading…
Reference in a new issue