src/hbcore/inputfw/hbinputmethodnull.cpp
changeset 28 b7da29130b0e
parent 6 c3690ec91ef8
--- 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