aboutsummaryrefslogtreecommitdiff
path: root/launcher/tasks/Task.h
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/tasks/Task.h')
-rw-r--r--launcher/tasks/Task.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/launcher/tasks/Task.h b/launcher/tasks/Task.h
index 2367f1ec..9cf08dbd 100644
--- a/launcher/tasks/Task.h
+++ b/launcher/tasks/Task.h
@@ -19,10 +19,14 @@
#include <QString>
#include <QStringList>
+#include "QObjectPtr.h"
+
class Task : public QObject
{
Q_OBJECT
public:
+ using Ptr = shared_qobject_ptr<Task>;
+
enum class State
{
Inactive,