aboutsummaryrefslogtreecommitdiffstats
path: root/apiextractor.h
diff options
context:
space:
mode:
Diffstat (limited to 'apiextractor.h')
-rw-r--r--apiextractor.h3
1 files changed, 2 insertions, 1 deletions
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);