src/partdownloadrequest.h

changeset 998
5be0ce31ce60
parent 994
09e1a3e272ec
child 1014
f0a8ecb6a357
child 1217
314e12e23c3a
equal deleted inserted replaced
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

mercurial