From 9800093dbfb9054354ec04a1a035b7f85f328af4 Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Mon, 19 Apr 2010 14:48:40 -0300 Subject: Remove hardcoded QXmlStreamStringRef class from ApiExtractor. --- typedatabase.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'typedatabase.cpp') 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()); } -- cgit v1.2.3