diff --git a/widgets/checkbox.cpp b/widgets/checkbox.cpp index 6796982ee..2606bf5e1 100644 --- a/widgets/checkbox.cpp +++ b/widgets/checkbox.cpp @@ -120,6 +120,7 @@ void CheckBox::data(const DataSource::Data&) void CheckBox::setText(const QString& text) { d->labelText = text; + /* QFont * _font = new QFont ( text ); QFontMetrics fm ( *_font ); if ( fm.width(text) >= d->width ) { @@ -127,7 +128,7 @@ void CheckBox::setText(const QString& text) } delete _font; - + */ } QString CheckBox::text() const