Cppcheck warning.
This commit is contained in:
parent
56ec62580c
commit
723c3e48d3
|
@ -48,9 +48,9 @@ VElidedLabel::VElidedLabel(const QString &text, QWidget *parent)
|
|||
}
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
void VElidedLabel::setText(const QString &newText)
|
||||
void VElidedLabel::setText(const QString &text)
|
||||
{
|
||||
m_content = newText;
|
||||
m_content = text;
|
||||
update();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user