summaryrefslogtreecommitdiffstats
path: root/src/dot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dot.h')
-rw-r--r--src/dot.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dot.h b/src/dot.h
index 2a59a82..3a1c2f1 100644
--- a/src/dot.h
+++ b/src/dot.h
@@ -321,10 +321,14 @@ class DotRunner
*/
void addJob(const char *format,const char *output);
+ void addPostProcessing(const char *cmd,const char *args);
+
/** Runs dot for all jobs added. */
bool run();
private:
QList<QCString> m_jobs;
+ QCString m_postArgs;
+ QCString m_postCmd;
QCString m_file;
};