rss : improvements of the qtreeview

This commit is contained in:
Arnaud Demaiziere 2007-04-15 21:31:32 +00:00
parent 2c6b66a834
commit 06378e09be
9 changed files with 46 additions and 5 deletions

View file

@ -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;
}