default to AutoText as textformat
yep, we don't have access to the proper enum :/ Change-Id: I47bc0662e4204e5f510704dbece1f64a2d1517ce
This commit is contained in:
parent
ea8974fa93
commit
2f0f7716e4
@ -35,7 +35,7 @@ int ToolTip::s_dialogUsers = 0;
|
||||
|
||||
ToolTip::ToolTip(QQuickItem *parent)
|
||||
: QQuickItem(parent),
|
||||
m_textFormat(0),
|
||||
m_textFormat(2),
|
||||
m_tooltipsEnabledGlobally(false),
|
||||
m_location(Plasma::Types::Floating),
|
||||
m_containsMouse(false),
|
||||
|
Loading…
Reference in New Issue
Block a user