From 2ca6e422c0a4c58fad74fe523abb25716df81ce2 Mon Sep 17 00:00:00 2001 From: Marcelo Lira Date: Wed, 16 Feb 2011 08:22:51 -0300 Subject: Added the "ApiExtractor::setDropTypeEntries(QString)" method. It gets a string of semicolon (;) separated type system entry names that will be passed to the type system parser to deal with the given entries. Reviewed by Lauro Moura Reviewed by Luciano Wolf --- apiextractor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apiextractor.h') diff --git a/apiextractor.h b/apiextractor.h index b7d85c3fc..9874d1275 100644 --- a/apiextractor.h +++ b/apiextractor.h @@ -49,6 +49,7 @@ public: void addIncludePath(const QStringList& paths); void setLogDirectory(const QString& logDir); void setApiVersion(double version); + void setDropTypeEntries(QString dropEntries); AbstractMetaEnumList globalEnums() const; AbstractMetaFunctionList globalFunctions() const; -- cgit v1.2.3