mirror of
https://github.com/YACReader/yacreader
synced 2026-03-22 05:29:45 -04:00
Use nullptr instead of 0
This commit is contained in:
@ -24,7 +24,7 @@ class ImportComicsInfoDialog : public QDialog
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
ImportComicsInfoDialog(QWidget *parent = 0);
|
||||
ImportComicsInfoDialog(QWidget *parent = nullptr);
|
||||
~ImportComicsInfoDialog();
|
||||
QString dest;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user