diff options
author | Aaron Seigo <aseigo@kde.org> | 2015-12-25 10:31:24 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2015-12-25 10:31:24 +0100 |
commit | ad442fb49e5d4271a5f2276eb73d9d15b1e8755f (patch) | |
tree | 46e469ae1c3524b0369339e5962b434fa9a707a5 /akonadish/syntaxtree.h | |
parent | f52da78a2da39974f27faf34915adc6dcb80b4c8 (diff) | |
download | sink-ad442fb49e5d4271a5f2276eb73d9d15b1e8755f.tar.gz sink-ad442fb49e5d4271a5f2276eb73d9d15b1e8755f.zip |
support command timing output
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 | ||