src/hbplugins/inputmethods/common/hbinputmodehandler.h
changeset 7 923ff622b8b9
parent 6 c3690ec91ef8
child 21 4633027730f5
child 34 ed14f46c0e55
--- a/src/hbplugins/inputmethods/common/hbinputmodehandler.h	Wed Jun 23 18:33:25 2010 +0300
+++ b/src/hbplugins/inputmethods/common/hbinputmodehandler.h	Tue Jul 06 14:36:53 2010 +0300
@@ -85,7 +85,7 @@
 
     // Utility functions.
     void commitFirstMappedNumber(int key, HbKeyboardType type);
-    void getAndFilterCharactersBoundToKey(QStringList &list, Qt::Key key);
+    void getAndFilterCharactersBoundToKey(QString &allowedChars, HbKeyboardType type, int key, HbModifiers modifiers);
     virtual QChar getNthCharacterInKey(int &index, int key, HbKeyboardType type);
     virtual void commitAndAppendString(const QString& string);
     virtual void commitAndUpdate(const QString& string, int replaceFrom = 0, int replaceLength = 0, bool isAsync = false);