CollectionTask: Replace QtClassHelperMacros with QtGlobal

This commit is contained in:
Jonas Kvinge 2024-09-24 20:51:12 +02:00
parent 4d4dd6b249
commit 5473a6f8ac
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
#ifndef COLLECTIONTASK_H #ifndef COLLECTIONTASK_H
#define COLLECTIONTASK_H #define COLLECTIONTASK_H
#include <QtClassHelperMacros> #include <QtGlobal>
#include <QString> #include <QString>
#include "core/shared_ptr.h" #include "core/shared_ptr.h"