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