summary refs log tree commit diff
path: root/src/TextInputWidget.h
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-02-04 04:58:43 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2020-02-04 04:58:43 +0100
commit7ccc120f6345bff8dad4abb349669973746aa8da (patch)
tree4922b19543b810cfa73fc9bf87d82d1341601870 /src/TextInputWidget.h
parentImprove styling a bit (diff)
downloadnheko-7ccc120f6345bff8dad4abb349669973746aa8da.tar.xz
modernize: use nullptr
Diffstat (limited to 'src/TextInputWidget.h')
-rw-r--r--src/TextInputWidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TextInputWidget.h b/src/TextInputWidget.h

index 3674ee0d..ac79be8b 100644 --- a/src/TextInputWidget.h +++ b/src/TextInputWidget.h
@@ -142,7 +142,7 @@ class TextInputWidget : public QWidget Q_PROPERTY(QColor borderColor READ borderColor WRITE setBorderColor) public: - TextInputWidget(QWidget *parent = 0); + TextInputWidget(QWidget *parent = nullptr); void stopTyping();