Fix compile warning
This commit is contained in:
parent
2d9fd13b01
commit
4e4b432b65
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue