summaryrefslogtreecommitdiff
path: root/src/qdoc/qdoccommandlineparser.h
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2020-02-21 11:49:30 +0100
committerTopi Reinio <topi.reinio@qt.io>2020-03-26 11:51:17 +0100
commit0a79cc3aa65dfa32b7671bac6fb84473753262ea (patch)
treec431a790fffa7b703249ee2ec5d8a604f23db320 /src/qdoc/qdoccommandlineparser.h
parentde764e81883d29e787b7d23ceb8f6f7417822bd1 (diff)
downloadqttools-0a79cc3aa65dfa32b7671bac6fb84473753262ea.tar.gz
QDoc: remove writeQApages
QA pages were used as part of debugging qdoc's behavior in the past. As it is no longer used or maintained, get rid of the code and the related documentation in QDoc Manual. [ChangeLog][qdoc] QDoc no longer writes QA pages. Change-Id: I4ec9a9a83e98aa13af231893e0977c6a2336b988 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/qdoc/qdoccommandlineparser.h')
-rw-r--r--src/qdoc/qdoccommandlineparser.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/qdoc/qdoccommandlineparser.h b/src/qdoc/qdoccommandlineparser.h
index 2ab50c0bc..e205b9aed 100644
--- a/src/qdoc/qdoccommandlineparser.h
+++ b/src/qdoc/qdoccommandlineparser.h
@@ -43,8 +43,7 @@ struct QDocCommandLineParser : public QCommandLineParser
QCommandLineOption noExamplesOption, indexDirOption, installDirOption;
QCommandLineOption obsoleteLinksOption, outputDirOption, outputFormatOption;
QCommandLineOption noLinkErrorsOption, autoLinkErrorsOption, debugOption;
- QCommandLineOption prepareOption, generateOption, logProgressOption;
- QCommandLineOption singleExecOption, writeQaPagesOption;
+ QCommandLineOption prepareOption, generateOption, logProgressOption, singleExecOption;
QCommandLineOption includePathOption, includePathSystemOption, frameworkOption;
QCommandLineOption timestampsOption, useDocBookExtensions;
};