X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Ffontselector.h;h=c36a1fd95f109a6d56f3bed68b085cf8e1b7d923;hp=1359f7d05b8ff9df39ff5dad60226b83a6745388;hb=39328183a6a87c6eb10a9dbbffcd5d65bf154a1f;hpb=d4b81a6d777de45611034b26bd89973d19e60c96 diff --git a/src/uisupport/fontselector.h b/src/uisupport/fontselector.h index 1359f7d0..c36a1fd9 100644 --- a/src/uisupport/fontselector.h +++ b/src/uisupport/fontselector.h @@ -31,7 +31,7 @@ class UISUPPORT_EXPORT FontSelector : public QWidget Q_PROPERTY(QFont selectedFont READ selectedFont WRITE setSelectedFont) public : - FontSelector(QWidget *parent = 0); + FontSelector(QWidget *parent = nullptr); inline const QFont &selectedFont() const { return _font; }