1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-03 09:19:41 +00:00

added missing Q_OBJECT

This commit is contained in:
Marc Zinnschlag 2016-08-09 10:21:37 +02:00
parent 96fd9263bf
commit a563a9d336

View file

@ -7,6 +7,8 @@ namespace CSVWorld
{
class GlobalCreator : public GenericCreator
{
Q_OBJECT
public:
GlobalCreator(CSMWorld::Data& data, QUndoStack& undoStack, const CSMWorld::UniversalId& id);