Re-order initialisation. Warnings--
Change-Id: Ie44a657364de72739f8d52822b9f50937ad777a3
This commit is contained in:
parent
e0f0d3a948
commit
2c535282d5
@ -35,10 +35,10 @@ int ToolTip::s_dialogUsers = 0;
|
||||
|
||||
ToolTip::ToolTip(QQuickItem *parent)
|
||||
: QQuickItem(parent),
|
||||
m_textFormat(2),
|
||||
m_tooltipsEnabledGlobally(false),
|
||||
m_location(Plasma::Types::Floating),
|
||||
m_containsMouse(false),
|
||||
m_location(Plasma::Types::Floating),
|
||||
m_textFormat(0),
|
||||
m_active(true),
|
||||
m_interactive(false),
|
||||
m_usingDialog(false)
|
||||
|
Loading…
Reference in New Issue
Block a user