compiler warning fix

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2019-06-07 22:22:18 +00:00
parent 0a838d9cfa
commit 8edc5c506a

View file

@ -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)
{}
/*!