mirror of
https://github.com/YACReader/yacreader
synced 2025-08-30 10:04:27 -04:00
Use nullptr instead of 0
This commit is contained in:
@ -7,7 +7,7 @@ class ResponseParser : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit ResponseParser(QObject *parent = 0);
|
||||
explicit ResponseParser(QObject *parent = nullptr);
|
||||
bool responseError();
|
||||
QString errorDescription();
|
||||
qint32 getNumResults();
|
||||
|
Reference in New Issue
Block a user