diff -r 7516d6d86cf5 -r ed14f46c0e55 src/hbcore/inputfw/hbinputmethodnull.cpp --- a/src/hbcore/inputfw/hbinputmethodnull.cpp Mon Oct 04 17:49:30 2010 +0300 +++ b/src/hbcore/inputfw/hbinputmethodnull.cpp Mon Oct 18 18:23:13 2010 +0300 @@ -38,7 +38,7 @@ /*! \internal */ -HbInputMethodNull::HbInputMethodNull() +HbInputMethodNull::HbInputMethodNull() : mDelayedPanelRequest(false) { } @@ -98,4 +98,20 @@ Q_UNUSED(event); } +/*! +\internal +*/ +void HbInputMethodNull::setDelayedPanelRequest(bool value) +{ + mDelayedPanelRequest = value; +} + +/*! +\internal +*/ +bool HbInputMethodNull::delayedPanelRequest() const +{ + return mDelayedPanelRequest; +} + // End of file