diff options
Diffstat (limited to 'akonadish/syntaxtree.h')
-rw-r--r-- | akonadish/syntaxtree.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/akonadish/syntaxtree.h b/akonadish/syntaxtree.h index 3421fc3..5ee915a 100644 --- a/akonadish/syntaxtree.h +++ b/akonadish/syntaxtree.h | |||
@@ -22,6 +22,7 @@ | |||
22 | #include "state.h" | 22 | #include "state.h" |
23 | 23 | ||
24 | #include <QStringList> | 24 | #include <QStringList> |
25 | #include <QTime> | ||
25 | #include <QVector> | 26 | #include <QVector> |
26 | 27 | ||
27 | class Syntax | 28 | class Syntax |
@@ -70,6 +71,7 @@ private: | |||
70 | 71 | ||
71 | Syntax::List m_syntax; | 72 | Syntax::List m_syntax; |
72 | State m_state; | 73 | State m_state; |
74 | QTime m_timeElapsed; | ||
73 | static SyntaxTree *s_module; | 75 | static SyntaxTree *s_module; |
74 | }; | 76 | }; |
75 | 77 | ||