mirror of
https://github.com/YACReader/yacreader
synced 2025-11-15 06:22:49 -05: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