Fix compile warning

This commit is contained in:
Montel Laurent 2011-07-08 21:52:56 +02:00
parent 2d9fd13b01
commit 4e4b432b65

View file

@ -277,9 +277,9 @@ int TabBoxClientImpl::height() const
TabBox::TabBox(QObject *parent)
: QObject(parent)
, m_displayRefcount(0)
, m_forcedGlobalMouseGrab(false)
, m_desktopGrab(false)
, m_tabGrab(false)
, m_forcedGlobalMouseGrab(false)
{
m_isShown = false;
m_defaultConfig = TabBoxConfig();