Fix inhibit system functionality. Closes #766.

This commit is contained in:
sledgehammer999
2013-11-16 19:29:50 +02:00
parent ad69cbb318
commit f09328c13c
3 changed files with 20 additions and 5 deletions

View File

@@ -94,6 +94,7 @@ public:
TorrentStatusReport getTorrentStatusReport() const;
Qt::ItemFlags flags(const QModelIndex &index) const;
void populate();
bool inhibitSystem();
signals:
void torrentAdded(TorrentModelItem *torrentItem);