modernize: use nullptr
This commit is contained in:
parent
d330020fdd
commit
7ccc120f63
29 changed files with 43 additions and 43 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue