diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2008-02-10 12:31:40 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2008-02-10 12:31:40 (GMT) |
commit | b8ff687873e37d7cf0f4e7df0fd7da3660f1999c (patch) | |
tree | b6882cdef0c60182168c8c11e298dcd76cc02bbc /addon/doxywizard/doxywizard.h | |
parent | 0e922bf35ccff96ec03f22df607f3b44303206eb (diff) | |
download | Doxygen-b8ff687873e37d7cf0f4e7df0fd7da3660f1999c.zip Doxygen-b8ff687873e37d7cf0f4e7df0fd7da3660f1999c.tar.gz Doxygen-b8ff687873e37d7cf0f4e7df0fd7da3660f1999c.tar.bz2 |
Release-1.5.5
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; |