InputLine now regains focus on keypress
[quassel.git] / src / uisupport / inputline.h
index ff6091d..313a8b8 100644 (file)
@@ -35,6 +35,7 @@ public:
 protected:
   //    virtual bool event(QEvent *);
   virtual void keyPressEvent(QKeyEvent * event);
+  virtual bool eventFilter(QObject *watched, QEvent *event);
 
 private slots:
   void on_returnPressed();