From 4e4b432b6599325d88ec078d88314e5a1a04c973 Mon Sep 17 00:00:00 2001 From: Montel Laurent Date: Fri, 8 Jul 2011 21:52:56 +0200 Subject: [PATCH] Fix compile warning --- tabbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabbox.cpp b/tabbox.cpp index c4d5c7cc81..0c75a75989 100644 --- a/tabbox.cpp +++ b/tabbox.cpp @@ -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();