mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
correct assignment in QDateTimeParser::parseFormat()
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
c1eb4855ef
commit
747eb83bed
1 changed files with 1 additions and 1 deletions
|
@ -3813,7 +3813,7 @@ bool QDateTimeParser::parseFormat(const QString &newFormat)
|
||||||
QDTPDEBUGN("parseFormat: %s", newFormat.toLatin1().constData());
|
QDTPDEBUGN("parseFormat: %s", newFormat.toLatin1().constData());
|
||||||
|
|
||||||
QVector<SectionNode> newSectionNodes;
|
QVector<SectionNode> newSectionNodes;
|
||||||
Sections newDisplay = nullptr;
|
Sections newDisplay = NoSection;
|
||||||
QStringList newSeparators;
|
QStringList newSeparators;
|
||||||
int index = 0;
|
int index = 0;
|
||||||
int add = 0;
|
int add = 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue