diff -r e6ad4ef83b23 -r b7da29130b0e src/hbcore/inputfw/hbinputmethodnull.cpp --- a/src/hbcore/inputfw/hbinputmethodnull.cpp Thu Sep 02 20:44:51 2010 +0300 +++ b/src/hbcore/inputfw/hbinputmethodnull.cpp Fri Sep 17 08:32:10 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