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