| 31 | bool setData(const QModelIndex &index, const QVariant &value, int role) override; |
| 32 | |
| 33 | inline void setActiveJob(NetJob::Ptr ptr) { jobPtr = ptr; } |
| 34 | inline NetJob* activeJob() { return jobPtr.get(); } |
| 35 | |
| 36 | /* Ask the API for more information */ |