mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-21 12:28:26 -04:00
Fix Use ElidedLabel for Forum Name
This commit is contained in:
parent
e0ed60ee6f
commit
0dc6386d79
5 changed files with 28 additions and 10 deletions
|
@ -256,6 +256,7 @@ void ElidedLabel::mousePressEvent(QMouseEvent *ev)
|
|||
return; // eat event
|
||||
}
|
||||
QLabel::mousePressEvent(ev);
|
||||
emit clicked(ev->pos());
|
||||
}
|
||||
|
||||
void ElidedLabel::setTextColor(const QColor &color)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue