X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fstyledlabel.h;h=9df5da4012e0e0c53c69869f3e4c13400aa4bc84;hp=1a746085ff150834fb0e453aaa42b399c2a1867e;hb=158443f71d48215eea8b47b836b61afd77654b78;hpb=e8a39b4c3c92e193ab861a3fea84a261bb6fbd24 diff --git a/src/uisupport/styledlabel.h b/src/uisupport/styledlabel.h index 1a746085..9df5da40 100644 --- a/src/uisupport/styledlabel.h +++ b/src/uisupport/styledlabel.h @@ -73,12 +73,12 @@ protected: private: QSize _sizeHint; - QTextOption::WrapMode _wrapMode; + QTextOption::WrapMode _wrapMode{QTextOption::NoWrap}; Qt::Alignment _alignment; QTextLayout _layout; ClickableList _clickables; - bool _toolTipEnabled; - ResizeMode _resizeMode; + bool _toolTipEnabled{true}; + ResizeMode _resizeMode{NoResize}; QList _layoutList; QVector _extraLayoutList;