mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
Coding style, use nullptr and other minor things
This commit is contained in:
@@ -43,7 +43,7 @@ class CookiesDialog : public QDialog
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit CookiesDialog(QWidget *parent = 0);
|
||||
explicit CookiesDialog(QWidget *parent = nullptr);
|
||||
~CookiesDialog();
|
||||
|
||||
public slots:
|
||||
|
||||
Reference in New Issue
Block a user