diff options
author | Aaron Seigo <aseigo@kde.org> | 2015-12-28 20:19:42 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2015-12-28 20:19:42 +0100 |
commit | 949609b3f19b8a8823a7c62f23617eef05b796dd (patch) | |
tree | 33b5b481af626407699aa9487fd6dc8b212867b1 /akonadish/syntaxtree.h | |
parent | 4b9675e797c87ea363aa313854b72b5754122b79 (diff) | |
download | sink-949609b3f19b8a8823a7c62f23617eef05b796dd.tar.gz sink-949609b3f19b8a8823a7c62f23617eef05b796dd.zip |
allow access to the state member
Diffstat (limited to 'akonadish/syntaxtree.h')
-rw-r--r-- | akonadish/syntaxtree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/akonadish/syntaxtree.h b/akonadish/syntaxtree.h index 884a10d..ee06d28 100644 --- a/akonadish/syntaxtree.h +++ b/akonadish/syntaxtree.h | |||
@@ -63,7 +63,7 @@ public: | |||
63 | Syntax::List syntax() const; | 63 | Syntax::List syntax() const; |
64 | Command match(const QStringList &commands) const; | 64 | Command match(const QStringList &commands) const; |
65 | Syntax::List nearestSyntax(const QStringList &words, const QString &fragment) const; | 65 | Syntax::List nearestSyntax(const QStringList &words, const QString &fragment) const; |
66 | 66 | State &state(); | |
67 | bool run(const QStringList &commands); | 67 | bool run(const QStringList &commands); |
68 | 68 | ||
69 | static QStringList tokenize(const QString &text); | 69 | static QStringList tokenize(const QString &text); |