mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 00:17:23 -06:00
Coding style, use nullptr and other minor things
This commit is contained in:
@@ -49,7 +49,7 @@ public:
|
||||
NB_COLUMNS
|
||||
};
|
||||
|
||||
explicit CookiesModel(const QList<QNetworkCookie> &cookies, QObject *parent = 0);
|
||||
explicit CookiesModel(const QList<QNetworkCookie> &cookies, QObject *parent = nullptr);
|
||||
|
||||
QList<QNetworkCookie> cookies() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user