mirror of
https://github.com/YACReader/yacreader
synced 2025-09-01 10:55:22 -04:00
Use nullptr instead of 0
This commit is contained in:
@ -11,7 +11,7 @@ class AddLibraryDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
AddLibraryDialog(QWidget *parent = 0);
|
||||
AddLibraryDialog(QWidget *parent = nullptr);
|
||||
|
||||
private:
|
||||
QLabel *nameLabel;
|
||||
|
Reference in New Issue
Block a user