correctly default to AutoText for tooltip contents
acked by notmart
This commit is contained in:
parent
3937b0453e
commit
667eb808a9
@ -38,7 +38,7 @@ ToolTip::ToolTip(QQuickItem *parent)
|
|||||||
m_tooltipsEnabledGlobally(false),
|
m_tooltipsEnabledGlobally(false),
|
||||||
m_containsMouse(false),
|
m_containsMouse(false),
|
||||||
m_location(Plasma::Types::Floating),
|
m_location(Plasma::Types::Floating),
|
||||||
m_textFormat(0),
|
m_textFormat(Qt::AutoText),
|
||||||
m_active(true),
|
m_active(true),
|
||||||
m_interactive(false),
|
m_interactive(false),
|
||||||
m_usingDialog(false)
|
m_usingDialog(false)
|
||||||
|
Loading…
Reference in New Issue
Block a user