aboutsummaryrefslogtreecommitdiffstats
path: root/typedatabase.cpp
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.lima@openbossa.org>2010-04-19 14:48:40 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:00 -0300
commit9800093dbfb9054354ec04a1a035b7f85f328af4 (patch)
tree4eb768c7354046358d969562bad69c4e58e90d9e /typedatabase.cpp
parent293dca7e9b7909a54f057cf658bdea7c07fb49ee (diff)
Remove hardcoded QXmlStreamStringRef class from ApiExtractor.
Diffstat (limited to 'typedatabase.cpp')
-rw-r--r--typedatabase.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/typedatabase.cpp b/typedatabase.cpp
index d0ececeb2..ea009eb32 100644
--- a/typedatabase.cpp
+++ b/typedatabase.cpp
@@ -31,10 +31,6 @@
TypeDatabase::TypeDatabase() : m_suppressWarnings(true)
{
- StringTypeEntry* e = new StringTypeEntry("QXmlStreamStringRef");
- e->setPreferredConversion(false);
- addType(e);
-
addType(new VoidTypeEntry());
addType(new VarargsTypeEntry());
}