summaryrefslogtreecommitdiffstats
path: root/src/doxygen.h
diff options
context:
space:
mode:
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();