mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 04:54:29 -04:00
Use nullptr instead of 0
This commit is contained in:
@ -10,7 +10,7 @@ class RenameLibraryDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
RenameLibraryDialog(QWidget *parent = 0);
|
||||
RenameLibraryDialog(QWidget *parent = nullptr);
|
||||
|
||||
private:
|
||||
QLabel *newNameLabel;
|
||||
|
Reference in New Issue
Block a user