summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-05-25 18:49:30 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-05-25 18:49:30 (GMT)
commit1934734a0a0ef46d5db2eeedfb380a269116e3b4 (patch)
tree8a777b83acc6405ad0c9a317725a4e786943d7e2 /Swift/QtUI/QtChatWindow.h
parent2a5340bd4c758a1e61c10aaaf5ebed725243a151 (diff)
downloadswift-contrib-1934734a0a0ef46d5db2eeedfb380a269116e3b4.zip
swift-contrib-1934734a0a0ef46d5db2eeedfb380a269116e3b4.tar.bz2
Allow Ctrl-W to close chat windows
Diffstat (limited to 'Swift/QtUI/QtChatWindow.h')
-rw-r--r--Swift/QtUI/QtChatWindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/QtUI/QtChatWindow.h b/Swift/QtUI/QtChatWindow.h
index 4581a67..9d3e3a7 100644
--- a/Swift/QtUI/QtChatWindow.h
+++ b/Swift/QtUI/QtChatWindow.h
@@ -55,6 +55,7 @@ namespace Swift {
private slots:
void returnPressed();
void handleInputChanged();
+ void handleKeyPressEvent(QKeyEvent* event);
private:
void updateTitleWithUnreadCount();