summaryrefslogtreecommitdiffstats
path: root/src/dot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dot.h')
-rw-r--r--src/dot.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/dot.h b/src/dot.h
index d63dd05..4460ac2 100644
--- a/src/dot.h
+++ b/src/dot.h
@@ -400,8 +400,8 @@ class DotRunner
};
/** Creates a runner for a dot \a file. */
- DotRunner(const QCString &file,const QCString &fontPath,bool checkResult,
- const QCString &imageName = QCString());
+ DotRunner(const QCString& file, const QCString& path, const QCString& md5Hash,
+ bool checkResult, const QCString &imageName = QCString());
/** Adds an additional job to the run.
* Performing multiple jobs one file can be faster.
@@ -429,6 +429,7 @@ class DotRunner
DotConstString m_imgExt;
bool m_cleanUp;
CleanupItem m_cleanupItem;
+ DotConstString m_md5Hash;
};
/** Helper class to insert a set of map file into an output file */