summaryrefslogtreecommitdiffstats
path: root/abstractmetabuilder.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 /abstractmetabuilder.h
parenta01bd47054001bb05cf11431237268b753165f32 (diff)
Add the option to set the directory where all log files will be created.
Diffstat (limited to 'abstractmetabuilder.h')
-rw-r--r--abstractmetabuilder.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/abstractmetabuilder.h b/abstractmetabuilder.h
index 3cc5f3c..4f09791 100644
--- a/abstractmetabuilder.h
+++ b/abstractmetabuilder.h
@@ -86,6 +86,7 @@ public:
void dumpLog();
bool build(QIODevice* input);
+ void setLogDirectory(const QString& logDir);
void figureOutEnumValuesForClass(AbstractMetaClass *metaClass, QSet<AbstractMetaClass *> *classes);
int figureOutEnumValue(const QString &name, int value, AbstractMetaEnum *meta_enum, AbstractMetaFunction *metaFunction = 0);
@@ -220,6 +221,8 @@ private:
// QtScript
QSet<QString> m_qmetatypeDeclaredTypenames;
+
+ QString m_logDirectory;
};
#endif // ABSTRACTMETBUILDER_H