mirror of
https://github.com/YACReader/yacreader
synced 2026-02-02 21:30:07 -05:00
Use nullptr instead of 0
This commit is contained in:
@ -9,7 +9,7 @@ class AddLabelDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit AddLabelDialog(QWidget *parent = 0);
|
||||
explicit AddLabelDialog(QWidget *parent = nullptr);
|
||||
YACReader::LabelColors selectedColor();
|
||||
QString name();
|
||||
signals:
|
||||
|
||||
Reference in New Issue
Block a user