summaryrefslogtreecommitdiffstats
path: root/abstractmetabuilder.h
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.lima@openbossa.org>2010-04-15 11:29:12 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:09:59 -0300
commitdd7f06be4d8687cd4ed45a41aac674ec50e645ed (patch)
tree928e78da928ee758e4daf0ed71cbaad4a03c43b8 /abstractmetabuilder.h
parent74d3c1bb12280ffb2b810ee4bd1272ba6fb8127f (diff)
TypeDatabase class moved to its own header/cpp.
Diffstat (limited to 'abstractmetabuilder.h')
-rw-r--r--abstractmetabuilder.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/abstractmetabuilder.h b/abstractmetabuilder.h
index 525d4d3..9aef28a 100644
--- a/abstractmetabuilder.h
+++ b/abstractmetabuilder.h
@@ -31,6 +31,8 @@
#include <QtCore/QSet>
+class TypeDatabase;
+
class APIEXTRACTOR_API AbstractMetaBuilder
{
public:
@@ -160,8 +162,7 @@ public:
bool isQObject(const QString &qualifiedName);
bool isEnum(const QStringList &qualifiedName);
- void fixQObjectForScope(TypeDatabase *types,
- NamespaceModelItem item);
+ void fixQObjectForScope(TypeDatabase* types, NamespaceModelItem item);
// QtScript
QSet<QString> qtMetaTypeDeclaredTypeNames() const