X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fqtui%2Fqtuistyle.h;h=f15ed1d2c8be7c0f32db964419321d4c75b16b5d;hb=c194ed5fb3d15e14b9364f9796d3521910dc72fe;hp=94549e538d91a76ce50967122742d2c04cf6af12;hpb=4171bdf884b6bbc7dad85f100a29746bf955191f;p=quassel.git diff --git a/src/qtui/qtuistyle.h b/src/qtui/qtuistyle.h index 94549e53..f15ed1d2 100644 --- a/src/qtui/qtuistyle.h +++ b/src/qtui/qtuistyle.h @@ -29,8 +29,7 @@ class QtUiStyle : public UiStyle Q_OBJECT public: - QtUiStyle(QObject *parent = 0); - virtual ~QtUiStyle(); + QtUiStyle(QObject *parent = nullptr); 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 */