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:
parent
5087e2cc6b
commit
1e9a296d22
|
@ -30,6 +30,7 @@
|
|||
#define ENEMY_H
|
||||
|
||||
#include <QtQml/qqml.h>
|
||||
#include <QtCore/qproperty.h>
|
||||
|
||||
class Enemy : public QObject
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue