aboutsummaryrefslogtreecommitdiffstats
path: root/apiextractor.h
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2009-09-11 11:54:08 -0300
committerHugo Lima <hugo.lima@openbossa.org>2009-09-11 11:54:08 -0300
commit2bf0c409590c15b72a960d693fad4ac48ce4b8a6 (patch)
treec0168d1064d9f23b481d636f28a2f5d3f1c5aedd /apiextractor.h
parenta01bd47054001bb05cf11431237268b753165f32 (diff)
Add the option to set the directory where all log files will be created.
Diffstat (limited to 'apiextractor.h')
-rw-r--r--apiextractor.h3
1 files changed, 3 insertions, 0 deletions
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&);