From 2bf0c409590c15b72a960d693fad4ac48ce4b8a6 Mon Sep 17 00:00:00 2001 From: Hugo Lima Date: Fri, 11 Sep 2009 11:54:08 -0300 Subject: Add the option to set the directory where all log files will be created. --- apiextractor.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apiextractor.h') diff --git a/apiextractor.h b/apiextractor.h index 2c65ed461..b745a91c0 100644 --- a/apiextractor.h +++ b/apiextractor.h @@ -47,6 +47,8 @@ public: void addIncludePath(const QString& path); void addIncludePath(const QStringList& paths); + void setLogDirectory(const QString& logDir); + AbstractMetaEnumList globalEnums() const; AbstractMetaFunctionList globalFunctions() const; AbstractMetaClassList classes() const; @@ -62,6 +64,7 @@ private: QString m_cppFileName; QStringList m_includePaths; AbstractMetaBuilder* m_builder; + QString m_logDirectory; // disable copy ApiExtractor(const ApiExtractor&); -- cgit v1.2.3