Remove label related code

Remove setLabel and the members m_label and m_isHtmlLabel.
This commit is contained in:
Michael Gregorius
2023-07-08 14:27:50 +02:00
parent 18722203f3
commit 655b65bd95
3 changed files with 0 additions and 21 deletions

View File

@@ -85,7 +85,6 @@ public:
setDescription( _txt_before );
setUnit( _txt_after );
}
void setLabel( const QString & txt );
void setTotalAngle( float angle );
@@ -161,8 +160,6 @@ private:
static SimpleTextFloat * s_textFloat;
QString m_label;
bool m_isHtmlLabel;
QTextDocument* m_tdRenderer;
std::unique_ptr<QPixmap> m_knobPixmap;