mirror of
https://github.com/YACReader/yacreader
synced 2025-11-13 13:32:51 -05: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