mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +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());
|
||||
|
||||
QVector<SectionNode> newSectionNodes;
|
||||
Sections newDisplay = nullptr;
|
||||
Sections newDisplay = NoSection;
|
||||
QStringList newSeparators;
|
||||
int index = 0;
|
||||
int add = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue