Added tooltip to links via BTTV API.
This commit is contained in:
@@ -87,6 +87,11 @@ void TooltipWidget::setText(QString text)
|
||||
this->displayText_->setText(text);
|
||||
}
|
||||
|
||||
void TooltipWidget::setWordWrap(bool wrap)
|
||||
{
|
||||
this->displayText_->setWordWrap(wrap);
|
||||
}
|
||||
|
||||
void TooltipWidget::changeEvent(QEvent *)
|
||||
{
|
||||
// clear parents event
|
||||
|
||||
Reference in New Issue
Block a user