diff options
author | Sandro S. Andrade <sandroandrade@kde.org> | 2013-10-12 19:59:04 -0300 |
---|---|---|
committer | Sandro S. Andrade <sandroandrade@kde.org> | 2013-10-13 00:56:21 +0200 |
commit | a1782d07b9750884cdf995bfd87eef3edebed3bb (patch) | |
tree | 40b90d783a3e70481cbe8f5f938b4c7c0f86a161 /src/modeling/qtmodelingnamespace.h | |
parent | 7c4b1d7e22e52de24bfae4e04a7bbc37e4239b38 (diff) |
Simplify metamodel plugins
- Metamodel plugins act only as model elements factory
- Registering of JavaScript types were moved to DuSE-MT
Change-Id: I9ca8db0f2aeec36123c37cdf3c4605c018dee3b7
Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
Diffstat (limited to 'src/modeling/qtmodelingnamespace.h')
-rw-r--r-- | src/modeling/qtmodelingnamespace.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modeling/qtmodelingnamespace.h b/src/modeling/qtmodelingnamespace.h index 4b1753fe..7fbe2cd8 100644 --- a/src/modeling/qtmodelingnamespace.h +++ b/src/modeling/qtmodelingnamespace.h @@ -43,6 +43,8 @@ #include <QtModeling/QtModelingGlobal> +#include <QtCore/QObject> + QT_BEGIN_HEADER QT_BEGIN_NAMESPACE |