mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
Use nullptr instead of 0
This commit is contained in:
@ -10,7 +10,7 @@ class ScraperResultsPaginator : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit ScraperResultsPaginator(QWidget *parent = 0);
|
||||
explicit ScraperResultsPaginator(QWidget *parent = nullptr);
|
||||
void update(const QString &json);
|
||||
int getCurrentPage();
|
||||
void setCustomLabel(const QString &label);
|
||||
|
Reference in New Issue
Block a user