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@laimg.moc>
This commit is contained in:
parent
0a838d9cfa
commit
8edc5c506a
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ QT_BEGIN_NAMESPACE
|
|||
Contructs an event object of type \a type.
|
||||
*/
|
||||
QEvent::QEvent(Type type)
|
||||
: t(type), looplevel(0), posted(false), spont(false), m_accept(true)
|
||||
: t(type), posted(false), spont(false), m_accept(true), looplevel(0)
|
||||
{}
|
||||
|
||||
/*!
|
||||
|
|
Loading…
Add table
Reference in a new issue