Add missing qproperty include

It is no longer transitively included.

Pick-to: 6.2
Change-Id: I483b7d60675f674fa8fe0a318e5486d4ac644526
Reviewed-by: Maximilian Goldstein <max.goldstein@qt.io>
This commit is contained in:
Fabian Kosmale 2021-11-26 11:56:31 +01:00
parent 5087e2cc6b
commit 1e9a296d22
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#define ENEMY_H
#include <QtQml/qqml.h>
#include <QtCore/qproperty.h>
class Enemy : public QObject
{