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:
@ -9,7 +9,7 @@ class SearchVolume : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
SearchVolume(QWidget *parent = 0);
|
||||
SearchVolume(QWidget *parent = nullptr);
|
||||
void clean();
|
||||
public slots:
|
||||
QString getVolumeInfo();
|
||||
|
Reference in New Issue
Block a user