check the propert mainText() subText()
This commit is contained in:
parent
022db8a9af
commit
4722cf45bc
@ -232,7 +232,7 @@ void ToolTip::hoverEnterEvent(QHoverEvent *event)
|
|||||||
ToolTipDialog::instance()->keepalive();
|
ToolTipDialog::instance()->keepalive();
|
||||||
//FIXME: showToolTip needs to be renamed in sync or something like that
|
//FIXME: showToolTip needs to be renamed in sync or something like that
|
||||||
showToolTip();
|
showToolTip();
|
||||||
} else if (!m_mainItem && !m_mainText.isEmpty() && !m_subText.isEmpty()) {
|
} else if (!m_mainItem && !mainText().isEmpty() && !subText().isEmpty()) {
|
||||||
m_showTimer->start(500);
|
m_showTimer->start(500);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user