summaryrefslogtreecommitdiffstats
path: root/src/doxygen.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2003-07-08 20:06:16 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2003-07-08 20:06:16 (GMT)
commit5444ff60bbf81c46841827e66e72f3148edde9ff (patch)
tree0ff0fae4a5be0021848d96eb18ee8505ff6b9b5d /src/doxygen.h
parent17c14fb5230cfc532577c32df1d10223534392d8 (diff)
downloadDoxygen-5444ff60bbf81c46841827e66e72f3148edde9ff.zip
Doxygen-5444ff60bbf81c46841827e66e72f3148edde9ff.tar.gz
Doxygen-5444ff60bbf81c46841827e66e72f3148edde9ff.tar.bz2
Release-1.3.2-20030708
Diffstat (limited to 'src/doxygen.h')
-rw-r--r--src/doxygen.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/doxygen.h b/src/doxygen.h
index 5b85dc7..a24a4b6 100644
--- a/src/doxygen.h
+++ b/src/doxygen.h
@@ -21,6 +21,7 @@
#include "qtbc.h"
#include <qtextstream.h>
+#include <qdatetime.h>
#include "groupdef.h"
#include "filedef.h"
#include "classdef.h"
@@ -94,6 +95,8 @@ class Doxygen
static QDict<RefList> *xrefLists; // array of xref lists: todo, test, bug, deprecated ...
static QCString htmlFileExtension;
static bool parseSourcesNeeded;
+ static double sysElapsedTime;
+ static QTime runningTime;
};
void initDoxygen();