aboutsummaryrefslogtreecommitdiffstats
path: root/apiextractor.h
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2009-08-20 18:59:23 -0300
committerHugo Lima <hugo.lima@openbossa.org>2009-08-20 18:59:23 -0300
commitf54ce8b89fb599dbf0c5bad7adcb58a867e7594f (patch)
tree18039e6ad58823628cc42e165189995653dc124c /apiextractor.h
parentffef36fe259606a91be17b52efa1d98fbfda7a7e (diff)
- Correctly initialize and delete the AbstractMetaBuilder
- Fix typo in setSuppressWarning method - Added setSilent method
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);