From 69213b1206e97f7d4db4270a4b3b0af41dc9e6fc Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Sun, 21 Nov 2021 23:21:12 +0100 Subject: NOISSUE continue refactoring things to make tests pass --- launcher/tasks/Task.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'launcher/tasks') 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 #include +#include "QObjectPtr.h" + class Task : public QObject { Q_OBJECT public: + using Ptr = shared_qobject_ptr; + enum class State { Inactive, -- cgit