mirror of
https://github.com/YACReader/yacreader
synced 2025-07-16 20:14:34 -04:00
Use nullptr instead of 0
This commit is contained in:
@ -31,7 +31,7 @@ public:
|
||||
* Constructor.
|
||||
* @param parent Parent object.
|
||||
*/
|
||||
HttpRequestHandler(QObject* parent=NULL);
|
||||
HttpRequestHandler(QObject* parent=nullptr);
|
||||
|
||||
/** Destructor */
|
||||
virtual ~HttpRequestHandler();
|
||||
|
Reference in New Issue
Block a user