summaryrefslogtreecommitdiffstats
path: root/addon/doxywizard/wizard.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-05-03 14:33:42 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-05-03 14:33:42 (GMT)
commitfbc60af2298c2668893e2f7045f66765f8e0c63f (patch)
treef87cd621d215703cd5a54b8c20f56d68034034af /addon/doxywizard/wizard.h
parentf4f3e381dba1bc5d46feea3c39e8f076e27463d1 (diff)
downloadDoxygen-fbc60af2298c2668893e2f7045f66765f8e0c63f.zip
Doxygen-fbc60af2298c2668893e2f7045f66765f8e0c63f.tar.gz
Doxygen-fbc60af2298c2668893e2f7045f66765f8e0c63f.tar.bz2
Doxywizard: make the Next button on the last page of the wizard switch to the run tab
Diffstat (limited to 'addon/doxywizard/wizard.h')
-rw-r--r--addon/doxywizard/wizard.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/addon/doxywizard/wizard.h b/addon/doxywizard/wizard.h
index a18df62..4d5eb9d 100644
--- a/addon/doxywizard/wizard.h
+++ b/addon/doxywizard/wizard.h
@@ -238,6 +238,9 @@ class Wizard : public QSplitter
void nextTopic();
void prevTopic();
+ signals:
+ void done();
+
private:
const QHash<QString,Input *> &m_modelData;
QTreeWidget *m_treeWidget;