--- a/src/hbcore/inputfw/hbinpututils.h Mon Oct 04 17:49:30 2010 +0300
+++ b/src/hbcore/inputfw/hbinpututils.h Mon Oct 18 18:23:13 2010 +0300
@@ -65,25 +65,16 @@
static QGraphicsProxyWidget *graphicsProxyWidget(const QWidget *w);
};
-/*!
-Returns true if given input mode is Chinese input mode.
-*/
inline bool HbInputUtils::isChineseInputMode(HbInputModeType inputMode)
{
return (inputMode & HbChineseModeMask) != 0;
}
-/*!
-Returns true if given keyboard type is qwerty keyboard.
-*/
inline bool HbInputUtils::isQwertyKeyboard(HbKeyboardType keyboardType)
{
return (keyboardType & HbQwertyKeyboardMask) != 0;
}
-/*!
-Returns true if given keyboard type is virtual keyboard.
-*/
inline bool HbInputUtils::isTouchKeyboard(HbKeyboardType keyboardType)
{
return (keyboardType & HbTouchInputMask) != 0;