mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
rss : improvements of the qtreeview
This commit is contained in:
parent
2c6b66a834
commit
06378e09be
9 changed files with 46 additions and 5 deletions
|
@ -274,6 +274,10 @@ class RssStream : public QObject{
|
|||
return lastRefresh.elapsed();
|
||||
}
|
||||
|
||||
QString getLastRefresh() const{
|
||||
return QString::number(lastRefresh.hour())+"h"+QString::number(lastRefresh.minute())+"m";
|
||||
}
|
||||
|
||||
bool isRead() const {
|
||||
return read;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue