summaryrefslogtreecommitdiffstats
path: root/addon/doxywizard/wizard.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-10-08 11:48:39 (GMT)
committeralbert-github <albert.tests@gmail.com>2020-10-08 11:48:39 (GMT)
commitc1946161454322b92a3e2837c12a02f1a1de3a4a (patch)
tree05d4cc7189e1fd9a88645806c7951f86239ab209 /addon/doxywizard/wizard.h
parent7859a9a0374df8da60d498857b8f805f861b83d1 (diff)
downloadDoxygen-c1946161454322b92a3e2837c12a02f1a1de3a4a.zip
Doxygen-c1946161454322b92a3e2837c12a02f1a1de3a4a.tar.gz
Doxygen-c1946161454322b92a3e2837c12a02f1a1de3a4a.tar.bz2
Docbook missing in doxywizard Wizard-Output page
The output formap "Docbook" was missing in the doxywizard "Wizard-Output" page.
Diffstat (limited to 'addon/doxywizard/wizard.h')
-rw-r--r--addon/doxywizard/wizard.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/addon/doxywizard/wizard.h b/addon/doxywizard/wizard.h
index 8b877e1..d4fbba3 100644
--- a/addon/doxywizard/wizard.h
+++ b/addon/doxywizard/wizard.h
@@ -162,6 +162,7 @@ class Step3 : public QWidget
void setManEnabled(int);
void setRtfEnabled(int);
void setXmlEnabled(int);
+ void setDocbookEnabled(int);
void setSearchEnabled(int);
void setHtmlOptions(int);
void setLatexOptions(int);
@@ -177,6 +178,7 @@ class Step3 : public QWidget
QCheckBox *m_manEnabled = 0;
QCheckBox *m_rtfEnabled = 0;
QCheckBox *m_xmlEnabled = 0;
+ QCheckBox *m_docbookEnabled = 0;
QCheckBox *m_searchEnabled = 0;
QPushButton *m_tuneColor = 0;
Wizard *m_wizard = 0;