mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-31 20:58:07 -06:00
Use reference whenever possible
This commit is contained in:
@@ -541,7 +541,7 @@ namespace
|
||||
|
||||
const int PARSINGRESULT_TYPEID = qRegisterMetaType<RSS::Private::ParsingResult>();
|
||||
|
||||
RSS::Private::Parser::Parser(const QString lastBuildDate)
|
||||
RSS::Private::Parser::Parser(const QString &lastBuildDate)
|
||||
{
|
||||
m_result.lastBuildDate = lastBuildDate;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user