mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
Use reference whenever possible
This commit is contained in:
parent
5b43782f58
commit
8c9b6e2f2d
12 changed files with 13 additions and 13 deletions
|
@ -53,7 +53,7 @@ namespace RSS::Private
|
|||
Q_DISABLE_COPY_MOVE(Parser)
|
||||
|
||||
public:
|
||||
explicit Parser(QString lastBuildDate);
|
||||
explicit Parser(const QString &lastBuildDate);
|
||||
void parse(const QByteArray &feedData);
|
||||
|
||||
signals:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue