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:
@ -9,7 +9,7 @@ class YACReaderHttpSession : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit YACReaderHttpSession(QObject *parent = 0);
|
||||
explicit YACReaderHttpSession(QObject *parent = nullptr);
|
||||
~YACReaderHttpSession();
|
||||
|
||||
void setComicsOnDevice(const QSet<QString> &set);
|
||||
|
Reference in New Issue
Block a user