Skip to content

Commit

Permalink
Use nullptr to stay Qt4 compatible.
Browse files Browse the repository at this point in the history
  • Loading branch information
denravonska committed Oct 15, 2017
1 parent 8827f88 commit eb4e387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/clicklabel.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ClickLabel:public QLabel
{
Q_OBJECT
public:
explicit ClickLabel(QWidget *parent = Q_NULLPTR, Qt::WindowFlags f = Qt::WindowFlags());
explicit ClickLabel(QWidget *parent = nullptr, Qt::WindowFlags f = Qt::WindowFlags());
~ClickLabel();
signals:
void clicked();
Expand Down

0 comments on commit eb4e387

Please sign in to comment.