changeset 1 | f7ac710697a9 |
parent 0 | 16d8024aca5e |
child 2 | 06ff229162e9 |
--- a/src/hbplugins/inputmethods/common/hbinputabstractbase.cpp Mon Apr 19 14:02:13 2010 +0300 +++ b/src/hbplugins/inputmethods/common/hbinputabstractbase.cpp Mon May 03 12:48:33 2010 +0300 @@ -164,4 +164,15 @@ pos.setX(abs((int)viewport.width()) - size.width()); } } + +void HbInputAbstractMethod::showThaiSpecialCharacters(uint buttonId) +{ + Q_UNUSED(buttonId); +} + +bool HbInputAbstractMethod::isSctModeActive() const +{ + return false; +} +