mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Code clean up
This commit is contained in:
parent
06ccae591e
commit
a2d9cce181
6 changed files with 14 additions and 15 deletions
|
@ -284,7 +284,7 @@ QString RssArticle::author() const {
|
|||
return m_author;
|
||||
}
|
||||
|
||||
QString RssArticle::torrentUrl() const{
|
||||
QString RssArticle::torrentUrl() const {
|
||||
return m_torrentUrl;
|
||||
}
|
||||
|
||||
|
@ -292,7 +292,7 @@ QString RssArticle::link() const {
|
|||
return m_link;
|
||||
}
|
||||
|
||||
QString RssArticle::description() const{
|
||||
QString RssArticle::description() const {
|
||||
if (m_description.isNull())
|
||||
return "";
|
||||
return m_description;
|
||||
|
@ -302,7 +302,7 @@ QDateTime RssArticle::date() const {
|
|||
return m_date;
|
||||
}
|
||||
|
||||
bool RssArticle::isRead() const{
|
||||
bool RssArticle::isRead() const {
|
||||
return m_read;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue