mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 17:12:31 -06:00
Replace the zeroing of pointers with nullptr
This commit is contained in:
@@ -83,7 +83,7 @@ public:
|
||||
NB_COLUMNS
|
||||
};
|
||||
|
||||
explicit TorrentModel(QObject *parent = 0);
|
||||
explicit TorrentModel(QObject *parent = nullptr);
|
||||
|
||||
int rowCount(const QModelIndex& index = QModelIndex()) const;
|
||||
int columnCount(const QModelIndex &parent=QModelIndex()) const;
|
||||
|
||||
Reference in New Issue
Block a user