diff options
author | Aaron Seigo <aseigo@kde.org> | 2015-12-23 16:40:17 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2015-12-23 16:40:17 +0100 |
commit | 8c78033ca7e59c44eb2886a3f8fe89c5b22ad114 (patch) | |
tree | d0248fe657feb5442a5bbd9d8e2abc499a51ab77 /akonadi2_cli/repl/replStates.h | |
parent | afba02ad5fc52acf84a18f67f38b6b75267a31c0 (diff) | |
download | sink-8c78033ca7e59c44eb2886a3f8fe89c5b22ad114.tar.gz sink-8c78033ca7e59c44eb2886a3f8fe89c5b22ad114.zip |
handle multiline, use Module::tokenize
Diffstat (limited to 'akonadi2_cli/repl/replStates.h')
-rw-r--r-- | akonadi2_cli/repl/replStates.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/akonadi2_cli/repl/replStates.h b/akonadi2_cli/repl/replStates.h index a019a37..a0d3f90 100644 --- a/akonadi2_cli/repl/replStates.h +++ b/akonadi2_cli/repl/replStates.h | |||
@@ -66,7 +66,9 @@ protected: | |||
66 | void onEntry(QEvent *event); | 66 | void onEntry(QEvent *event); |
67 | 67 | ||
68 | private: | 68 | private: |
69 | bool m_complete; | 69 | void complete(); |
70 | |||
71 | QString m_partial; | ||
70 | }; | 72 | }; |
71 | 73 | ||
72 | class PrintState : public QState | 74 | class PrintState : public QState |