summaryrefslogtreecommitdiffstats
path: root/addon/doxywizard/doxywizard.h
diff options
context:
space:
mode:
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(); }