summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThilo Cestonaro <thilo@cestona.ro>2010-12-13 10:28:19 (GMT)
committerRemko Tronçon <git@el-tramo.be>2011-02-07 21:44:54 (GMT)
commitfd7a668326dde86c11dd57c2c2e201fd959b02f5 (patch)
treebb625c00944d9756b7dd667f7dea86e0f48ad655 /Swift/QtUI/QtLoginWindow.h
parent686b4c2e8036954ea2a188afc27972587894059e (diff)
downloadswift-fd7a668326dde86c11dd57c2c2e201fd959b02f5.zip
swift-fd7a668326dde86c11dd57c2c2e201fd959b02f5.tar.bz2
Identify the marked jid and recognize del or backspace
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
Diffstat (limited to 'Swift/QtUI/QtLoginWindow.h')
-rw-r--r--Swift/QtUI/QtLoginWindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Swift/QtUI/QtLoginWindow.h b/Swift/QtUI/QtLoginWindow.h
index 454b9ba..90defd1 100644
--- a/Swift/QtUI/QtLoginWindow.h
+++ b/Swift/QtUI/QtLoginWindow.h
@@ -59,6 +59,9 @@ namespace Swift {
void moveEvent(QMoveEvent* event);
void handleUIEvent(boost::shared_ptr<UIEvent> event);
+ protected:
+ bool eventFilter(QObject *obj, QEvent *event);
+
private:
void setInitialMenus();
QStringList usernames_;