summaryrefslogtreecommitdiffstats
path: root/addon/doxywizard/doxywizard.h
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2008-03-07 19:55:05 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2008-03-07 19:55:05 (GMT)
commitb43cd6311a712c01c2c8297fa00809730e504d70 (patch)
tree74a4cb6c6c83c3b41a92ba1da8df0235abd2dafe /addon/doxywizard/doxywizard.h
parent95fd5f1c991ee66f7122801276a133ebfce86aaa (diff)
downloadDoxygen-b43cd6311a712c01c2c8297fa00809730e504d70.zip
Doxygen-b43cd6311a712c01c2c8297fa00809730e504d70.tar.gz
Doxygen-b43cd6311a712c01c2c8297fa00809730e504d70.tar.bz2
Release-1.5.5-20080307
Diffstat (limited to 'addon/doxywizard/doxywizard.h')
-rw-r--r--addon/doxywizard/doxywizard.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/addon/doxywizard/doxywizard.h b/addon/doxywizard/doxywizard.h
index 0e46a53..6e157b1 100644
--- a/addon/doxywizard/doxywizard.h
+++ b/addon/doxywizard/doxywizard.h
@@ -126,8 +126,8 @@ class Step4 : public QWidget
public:
Step4(QWidget *parent);
- void disableCallGraphs();
- bool callGraphEnabled() const;
+ //void disableCallGraphs();
+ //bool callGraphEnabled() const;
DiagramMode diagramMode() const;
bool classDiagram() const;
@@ -165,7 +165,7 @@ class Wizard : public QTabDialog
public:
Wizard(QWidget *parent);
- void disableCallGraphs();
+ //void disableCallGraphs();
// step1
QString getProjectName() const { return m_step1->getProjectName(); }