summaryrefslogtreecommitdiffstats
path: root/src/dot.h
diff options
context:
space:
mode:
authorThomas Haller <thomas.haller@redheads.de>2019-05-14 07:45:27 (GMT)
committerThomas Haller <thomas.haller@redheads.de>2019-05-14 11:08:53 (GMT)
commit9dda0c6ddc5117f800afcb19fb8c6be031fe6c27 (patch)
tree269a05c29cd270f804d2ccd590757f803c347598 /src/dot.h
parent577e3a15a0c17ce6ef7ae501116050bd6f403afd (diff)
downloadDoxygen-9dda0c6ddc5117f800afcb19fb8c6be031fe6c27.zip
Doxygen-9dda0c6ddc5117f800afcb19fb8c6be031fe6c27.tar.gz
Doxygen-9dda0c6ddc5117f800afcb19fb8c6be031fe6c27.tar.bz2
delayed creation and update of .md5 files after successful creation of output files
Diffstat (limited to 'src/dot.h')
-rw-r--r--src/dot.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/dot.h b/src/dot.h
index 7a2505e..e4949d5 100644
--- a/src/dot.h
+++ b/src/dot.h
@@ -393,8 +393,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& baseName, 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.
@@ -415,13 +415,14 @@ class DotRunner
QList<DotConstString> m_jobs;
DotConstString m_postArgs;
DotConstString m_postCmd;
- DotConstString m_file;
+ DotConstString m_baseName;
DotConstString m_path;
bool m_checkResult;
DotConstString m_imageName;
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 */