src/hbinput/inputwidgets/hbinputcandidatelist.h
changeset 5 627c4a0fd0e7
parent 2 06ff229162e9
child 6 c3690ec91ef8
--- a/src/hbinput/inputwidgets/hbinputcandidatelist.h	Thu May 27 13:10:59 2010 +0300
+++ b/src/hbinput/inputwidgets/hbinputcandidatelist.h	Fri Jun 11 13:58:22 2010 +0300
@@ -44,7 +44,7 @@
     explicit HbCandidateList(HbInputMethod* input, QGraphicsItem* parent = 0);
     virtual ~HbCandidateList();
 
-    void populateList(const QStringList& candidates);
+    void populateList(const QStringList& candidates,bool addSpellQuery = false);
     QString currentCandidate();
     void setNumberOfVisibleLines(int numLines);
     bool setSizeAndPositionForAutoCompletion(HbVkbHost *vkbHost);
@@ -52,6 +52,7 @@
 signals:
     void candidatePopupCancelled();
     void candidateSelected(int key, const QString &candidate);
+    void launchSpellQueryDialog();
 
 protected:
     void closeEvent(QCloseEvent* event);