mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
fix(chatlog): silence warning about unused parameters
This commit is contained in:
parent
28c29157f8
commit
8ff0d28abf
|
@ -150,6 +150,8 @@ QRectF Text::boundingRect() const
|
|||
|
||||
void Text::paint(QPainter* painter, const QStyleOptionGraphicsItem* option, QWidget* widget)
|
||||
{
|
||||
Q_UNUSED(option);
|
||||
Q_UNUSED(widget);
|
||||
|
||||
if (!doc)
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue
Block a user