"Completed On" column is not updated until restart (closes #84)

This commit is contained in:
Christophe Dumez
2012-09-10 21:09:22 +03:00
parent dc8a8fbc06
commit 76fd5d3eb4
2 changed files with 18 additions and 2 deletions

View File

@@ -104,6 +104,7 @@ private slots:
void addTorrent(const QTorrentHandle& h);
void removeTorrent(const QString &hash);
void handleTorrentUpdate(const QTorrentHandle &h);
void handleFinishedTorrent(const QTorrentHandle& h);
void notifyTorrentChanged(int row);
void forceModelRefresh();
void handleTorrentLabelChange(QString previous, QString current);