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:
parent
96fd9263bf
commit
a563a9d336
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ namespace CSVWorld
|
|||
{
|
||||
class GlobalCreator : public GenericCreator
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
|
||||
GlobalCreator(CSMWorld::Data& data, QUndoStack& undoStack, const CSMWorld::UniversalId& id);
|
||||
|
|
Loading…
Reference in a new issue