mirror of
https://github.com/YACReader/yacreader
synced 2025-07-17 20:44:32 -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