src/hbcore/inputfw/hbinputmethodnull_p.h
changeset 28 b7da29130b0e
parent 6 c3690ec91ef8
--- a/src/hbcore/inputfw/hbinputmethodnull_p.h	Thu Sep 02 20:44:51 2010 +0300
+++ b/src/hbcore/inputfw/hbinputmethodnull_p.h	Fri Sep 17 08:32:10 2010 +0300
@@ -44,6 +44,13 @@
     void reset();
     bool filterEvent(const QEvent *event);
     void mouseHandler(int x, QMouseEvent *event);
+
+public:
+    void setDelayedPanelRequest(bool value);
+    bool delayedPanelRequest() const;
+
+private:
+    bool mDelayedPanelRequest;
 };
 
 #endif // HB_INPUT_METHOD_NULL_H