997:1b49f34e533d | 998:5be0ce31ce60 |
---|---|
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. | 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. |
17 */ | 17 */ |
18 | 18 |
19 #pragma once | 19 #pragma once |
20 #include "main.h" | 20 #include "main.h" |
21 #include "hierarchyelement.h" | |
21 | 22 |
22 class PartDownloader; | 23 class PartDownloader; |
23 | 24 |
24 class PartDownloadRequest : public QObject | 25 class PartDownloadRequest : public QObject, public HierarchyElement |
25 { | 26 { |
26 Q_OBJECT | 27 Q_OBJECT |
27 | 28 |
28 public: | 29 public: |
29 enum class State | 30 enum class State |