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:
@ -13,7 +13,7 @@ class OptionsDialog : public YACReaderOptionsDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
OptionsDialog(QWidget *parent = 0);
|
||||
OptionsDialog(QWidget *parent = nullptr);
|
||||
|
||||
public slots:
|
||||
void editApiKey();
|
||||
|
Reference in New Issue
Block a user