correctly default to AutoText for tooltip contents

acked by notmart
This commit is contained in:
Lukáš Tinkl 2015-02-13 13:17:42 +01:00
parent 3937b0453e
commit 667eb808a9

View File

@ -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)