summaryrefslogtreecommitdiffstats
path: root/src/plantuml.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plantuml.h')
-rw-r--r--src/plantuml.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plantuml.h b/src/plantuml.h
index b931e70..3d53daf 100644
--- a/src/plantuml.h
+++ b/src/plantuml.h
@@ -45,13 +45,13 @@ class PlantumlManager
public:
static PlantumlManager *instance();
void run();
- void insert(const QCString key , const QCString value,PlantUMLOutputFormat format);
+ void insert(const QCString key , const QCString value,PlantUMLOutputFormat format);
private:
PlantumlManager();
virtual ~PlantumlManager();
- void addPlantumlFiles(QDict< QList <QCString> > &PlantumlFiles,const QCString key , const QCString value);
- void print(QDict< QList <QCString> > &PlantumlFiles);
- void runPlantumlFiles(QDict< QList <QCString> > &PlantumlFiles,const char *type);
+ void addPlantumlFiles(QDict< QList <QCString> > &PlantumlFiles,const QCString key , const QCString value);
+ void print(QDict< QList <QCString> > &PlantumlFiles);
+ void runPlantumlFiles(QDict< QList <QCString> > &PlantumlFiles,const char *type);
static PlantumlManager *m_theInstance;
QDict< QList<QCString> > m_pngPlantumlFiles;
QDict< QList<QCString> > m_svgPlantumlFiles;