X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fqtuistyle.h;h=f15ed1d2c8be7c0f32db964419321d4c75b16b5d;hp=903c78ed753ce5a989daf006a7ee1e0ae6c70f6c;hb=c194ed5fb3d15e14b9364f9796d3521910dc72fe;hpb=158443f71d48215eea8b47b836b61afd77654b78 diff --git a/src/qtui/qtuistyle.h b/src/qtui/qtuistyle.h index 903c78ed..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); - ~QtUiStyle() override; 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 */