mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 00:17:23 -06:00
Replace the zeroing of pointers with nullptr
This commit is contained in:
@@ -64,7 +64,7 @@ namespace Net
|
||||
#endif
|
||||
|
||||
private:
|
||||
explicit DownloadManager(QObject *parent = 0);
|
||||
explicit DownloadManager(QObject *parent = nullptr);
|
||||
|
||||
void applyProxySettings();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user