mirror of
https://github.com/YACReader/yacreader
synced 2025-09-20 12:14:37 -04:00
Use nullptr instead of 0
This commit is contained in:
@ -36,7 +36,7 @@ class DECLSPEC HttpSessionStore : public QObject {
|
||||
public:
|
||||
|
||||
/** Constructor. */
|
||||
HttpSessionStore(QSettings* settings, QObject* parent=NULL);
|
||||
HttpSessionStore(QSettings* settings, QObject* parent=nullptr);
|
||||
|
||||
/** Destructor */
|
||||
virtual ~HttpSessionStore();
|
||||
|
Reference in New Issue
Block a user