aboutsummaryrefslogtreecommitdiffstats
path: root/tests
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 /tests
parent74d3c1bb12280ffb2b810ee4bd1272ba6fb8127f (diff)
TypeDatabase class moved to its own header/cpp.
Diffstat (limited to 'tests')
-rw-r--r--tests/testutil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testutil.h b/tests/testutil.h
index b4124e4c3..1aed98349 100644
--- a/tests/testutil.h
+++ b/tests/testutil.h
@@ -26,6 +26,7 @@
#include <QtCore/QBuffer>
#include "abstractmetabuilder.h"
#include "reporthandler.h"
+#include "typedatabase.h"
class TestUtil
{