From f54ce8b89fb599dbf0c5bad7adcb58a867e7594f Mon Sep 17 00:00:00 2001 From: Hugo Lima Date: Thu, 20 Aug 2009 18:59:23 -0300 Subject: - Correctly initialize and delete the AbstractMetaBuilder - Fix typo in setSuppressWarning method - Added setSilent method --- apiextractor.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apiextractor.h') diff --git a/apiextractor.h b/apiextractor.h index cc98cd15a..8cad8f1da 100644 --- a/apiextractor.h +++ b/apiextractor.h @@ -39,7 +39,8 @@ public: void setTypeSystem(const QString& typeSystemFileName); void setCppFileName(const QString& cppFileName); void setDebugLevel(ReportHandler::DebugLevel debugLevel); - void setSupressWarnings(bool value); + void setSuppressWarnings(bool value); + void setSilent(bool value); void addTypesystemSearchPath(const QString& path); void addIncludePath(const QString& path); -- cgit v1.2.3