aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cerence/xt9/xt9common/xt9awime.h
diff options
context:
space:
mode:
authorJarkko Koivikko <jarkko.koivikko@code-q.fi>2021-09-02 11:46:59 +0300
committerJarkko Koivikko <jarkko.koivikko@code-q.fi>2021-09-02 16:21:51 +0300
commit3d402c7d33772a39415cf47842ef855c59a49acd (patch)
treebc90f7ff2da480a12c6a9a054812332001aa3512 /src/plugins/cerence/xt9/xt9common/xt9awime.h
parent3d65eb1bd0a4b6e2468bdfcbbcd427c7d92763ad (diff)
cerence: xt9: Add special case for an invalid input (as reported by xt9)
If the xt9 selection list build fails due to ET9STATUS_INVALID_INPUT, remove the symbol and select preferred candidate from the previous selection list. After this, start new input sequence using the rejected symbol as initial symbol. Pick-to: 6.2 Change-Id: Ib55d7391045c8d9c1db109e3ecd3855c71f45449 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi>
Diffstat (limited to 'src/plugins/cerence/xt9/xt9common/xt9awime.h')
-rw-r--r--src/plugins/cerence/xt9/xt9common/xt9awime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cerence/xt9/xt9common/xt9awime.h b/src/plugins/cerence/xt9/xt9common/xt9awime.h
index 5a1c688f..29d0ad89 100644
--- a/src/plugins/cerence/xt9/xt9common/xt9awime.h
+++ b/src/plugins/cerence/xt9/xt9common/xt9awime.h
@@ -46,7 +46,7 @@ public:
qint64 dlmPreferredSize() const override;
bool dlmInit(void *data, qint64 size) override;
- QStringList buildSelectionList(int *defaultListIndex, ET9U16 *gestureValue) override;
+ QStringList buildSelectionList(int *defaultListIndex, ET9U16 *gestureValue, ET9STATUS &eStatus) override;
void selectWord(int index, bool isUserExplicitChoice);
void noteWordDone(const QString &word);