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:
@ -24,7 +24,7 @@ private:
|
||||
void paintEvent(QPaintEvent *);
|
||||
|
||||
public:
|
||||
GoToFlowToolBar(QWidget *parent = 0);
|
||||
GoToFlowToolBar(QWidget *parent = nullptr);
|
||||
|
||||
public slots:
|
||||
void setPage(int pageNumber);
|
||||
|
Reference in New Issue
Block a user