forked from teamnwah/openmw-tes3coop
added missing Q_OBJECT
This commit is contained in:
parent
96fd9263bf
commit
a563a9d336
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ namespace CSVWorld
|
||||||
{
|
{
|
||||||
class GlobalCreator : public GenericCreator
|
class GlobalCreator : public GenericCreator
|
||||||
{
|
{
|
||||||
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
GlobalCreator(CSMWorld::Data& data, QUndoStack& undoStack, const CSMWorld::UniversalId& id);
|
GlobalCreator(CSMWorld::Data& data, QUndoStack& undoStack, const CSMWorld::UniversalId& id);
|
||||||
|
|
Loading…
Reference in a new issue