cfeck added inline comments.

INLINE COMMENTS

> ktitlewidget.cpp:242
>      d->textLabel->setStyleSheet(d->textStyleSheet());
> -    //Qt stylesheet doesn't support lighter font-weight
> -    QFont font(d->textLabel->font());
> -    if (d->level <= 4) {
> -        font.setWeight(QFont::Light);
> -        font.setStyleName(QStringLiteral("Light"));
> -    } else {
> -        font.setWeight(QFont::Normal);
> -        font.setStyleName(QStringLiteral("Regular"));
> -    }
> +
>  }

Remove empty line before final `}`

REPOSITORY
  R236 KWidgetsAddons

BRANCH
  no-light-headings (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D17907

To: rooty, ngraham, #frameworks, #vdg, #plasma
Cc: cfeck, filipf, kde-frameworks-devel, michaelh, ngraham, bruns

Reply via email to