kdeui: initialize KWindowSystemPrivate::xfixesEventBase

now the compiler will not be able to detect uninitialized usage, it did not
warn for it either tho

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-11-17 00:44:43 +02:00
parent d76b5a1e64
commit 78ff2c38ef

View file

@ -122,7 +122,8 @@ KWindowSystemPrivate::KWindowSystemPrivate(int _what)
2, -1, false ),
strutSignalConnected( false ),
haveXfixes( false ),
what( _what )
what( _what ),
xfixesEventBase(0)
{
(void ) qApp->desktop(); //trigger desktop widget creation to select root window events