diff options
Diffstat (limited to 'addon/doxywizard/doxywizard.h')
-rw-r--r-- | addon/doxywizard/doxywizard.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/addon/doxywizard/doxywizard.h b/addon/doxywizard/doxywizard.h index 115a70b..0e46a53 100644 --- a/addon/doxywizard/doxywizard.h +++ b/addon/doxywizard/doxywizard.h @@ -225,10 +225,6 @@ class Wizard : public QTabDialog void setInheritanceGraph(bool enable) { m_step4->setInheritanceGraph(enable); } void setCallGraph(bool enable) { m_step4->setCallGraph(enable); } - public slots: - void changeCallGraphState(int state); - void changeCrossRefState(int state); - private: Step1 *m_step1; Step2 *m_step2; |