mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-06 15:42:32 -06:00
Replace the zeroing of pointers with nullptr
This commit is contained in:
committed by
sledgehammer999
parent
667f84995c
commit
9cb190ebe7
@@ -50,7 +50,7 @@ public:
|
||||
NB_SEARCH_COLUMNS
|
||||
};
|
||||
|
||||
explicit SearchSortModel(QObject *parent = 0);
|
||||
explicit SearchSortModel(QObject *parent = nullptr);
|
||||
|
||||
void enableNameFilter(bool enabled);
|
||||
void setNameFilter(const QString& searchTerm = QString());
|
||||
|
||||
Reference in New Issue
Block a user