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. --- abstractmetabuilder.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'abstractmetabuilder.h') diff --git a/abstractmetabuilder.h b/abstractmetabuilder.h index 3cc5f3cee..4f0979129 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 *classes); int figureOutEnumValue(const QString &name, int value, AbstractMetaEnum *meta_enum, AbstractMetaFunction *metaFunction = 0); @@ -220,6 +221,8 @@ private: // QtScript QSet m_qmetatypeDeclaredTypenames; + + QString m_logDirectory; }; #endif // ABSTRACTMETBUILDER_H -- cgit v1.2.3