mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 16:58:06 -06:00
Add const to a few pointer arguments
This commit is contained in:
@@ -74,7 +74,7 @@ namespace RSS
|
||||
|
||||
QJsonObject toJsonObject() const;
|
||||
|
||||
static bool articleDateRecentThan(Article *article, const QDateTime &date);
|
||||
static bool articleDateRecentThan(const Article *article, const QDateTime &date);
|
||||
|
||||
signals:
|
||||
void read(Article *article = nullptr);
|
||||
|
||||
Reference in New Issue
Block a user