forked from qt-creator/qt-creator
Tasking: Fix windows build
Amends 7e7318d47d.
Change-Id: Ia0ee5d156bc1a79ab47819876e54e9e16b70b0bc
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
@@ -4,15 +4,12 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "tasking_global.h"
|
#include "tasking_global.h"
|
||||||
|
#include "tasktree.h"
|
||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
|
|
||||||
namespace Tasking {
|
namespace Tasking {
|
||||||
|
|
||||||
enum class DoneWith;
|
|
||||||
class Group;
|
|
||||||
class TaskTree;
|
|
||||||
|
|
||||||
class TASKING_EXPORT TaskTreeRunner : public QObject
|
class TASKING_EXPORT TaskTreeRunner : public QObject
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|||||||
Reference in New Issue
Block a user