X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fqtuistyle.h;h=f15ed1d2c8be7c0f32db964419321d4c75b16b5d;hb=61f33c7895e324f6e95034d86897ad2e963653f1;hp=80bf7f428176eb3e208f9d102ed56b3a90def2f4;hpb=39328183a6a87c6eb10a9dbbffcd5d65bf154a1f;p=quassel.git diff --git a/src/qtui/qtuistyle.h b/src/qtui/qtuistyle.h index 80bf7f42..f15ed1d2 100644 --- a/src/qtui/qtuistyle.h +++ b/src/qtui/qtuistyle.h @@ -30,7 +30,6 @@ class QtUiStyle : public UiStyle public: QtUiStyle(QObject *parent = nullptr); - virtual ~QtUiStyle(); virtual inline qreal firstColumnSeparator() const { return 6; } virtual inline qreal secondColumnSeparator() const { return 6; } @@ -59,7 +58,7 @@ private slots: * Updates knowledge of the current timestamp format */ void updateTimestampFormatString(); - + /** * Updates knowledge of how to display sender prefix modes */