changeset 21 | 4633027730f5 |
parent 7 | 923ff622b8b9 |
--- a/src/hbplugins/inputmethods/common/hbinputmodehandler_p.h Tue Jul 06 14:36:53 2010 +0300 +++ b/src/hbplugins/inputmethods/common/hbinputmodehandler_p.h Wed Aug 18 10:05:37 2010 +0300 @@ -45,6 +45,7 @@ // HbPredictionCallback QString surroundingText(); int cursorPosition(); + bool isPunctuationKey(const Qt::Key key, const HbKeyboardType keypad); bool isEnterCharacter(QChar character); const HbKeymap* mKeymap; HbInputAbstractMethod *mInputMethod;