Use nullptr instead of 0

This commit is contained in:
Luis Ángel San Martín
2019-05-31 21:00:19 +02:00
parent bb334cfd50
commit 268bebbddd
81 changed files with 113 additions and 113 deletions

View File

@ -14,7 +14,7 @@ class CreateLibraryDialog : public QDialog
{
Q_OBJECT
public:
CreateLibraryDialog(QWidget *parent = 0);
CreateLibraryDialog(QWidget *parent = nullptr);
private:
QLabel *nameLabel;
@ -46,7 +46,7 @@ class UpdateLibraryDialog : public QDialog
{
Q_OBJECT
public:
UpdateLibraryDialog(QWidget *parent = 0);
UpdateLibraryDialog(QWidget *parent = nullptr);
private:
QLabel *message;