TorrentContentModel code clean up

This commit is contained in:
Christophe Dumez
2012-08-26 20:15:55 +03:00
parent 45ba858022
commit 38daa23be2
7 changed files with 20 additions and 16 deletions

View File

@@ -43,6 +43,7 @@ public:
int fileIndex() const;
void setPriority(int new_prio, bool update_parent = true);
void setProgress(qulonglong done);
ItemType itemType() const { return FileType; }
private: