mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Use nullptr instead of 0
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user