mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-05 23:22:31 -06:00
Replace the zeroing of pointers with nullptr
This commit is contained in:
@@ -43,7 +43,7 @@ class PluginSourceDlg: public QDialog
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit PluginSourceDlg(QWidget *parent = 0);
|
||||
explicit PluginSourceDlg(QWidget *parent = nullptr);
|
||||
~PluginSourceDlg();
|
||||
|
||||
signals:
|
||||
|
||||
Reference in New Issue
Block a user