mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 19:02:59 +00:00
compiler warning fix
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
62805d4c22
commit
927cd56f16
1 changed files with 1 additions and 1 deletions
|
@ -834,7 +834,7 @@ const short QKeySequencePrivate::numberOfKeyBindings = sizeof(QKeySequencePrivat
|
|||
\value ZoomOut Zoom out.
|
||||
*/
|
||||
|
||||
QKeySequence::QKeySequenceData QKeySequence::shared_empty = { QAtomicInt(1), 0, 0, 0, 0 };
|
||||
QKeySequence::QKeySequenceData QKeySequence::shared_empty = { QAtomicInt(1), { 0, 0, 0, 0 } };
|
||||
|
||||
/*!
|
||||
\since 4.2
|
||||
|
|
Loading…
Add table
Reference in a new issue