summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2013-10-24 12:56:39 (GMT)
committerSwift Review <review@swift.im>2013-10-26 17:17:50 (GMT)
commitd0966f59c32eb613c214af936f70866254e23d9b (patch)
tree64b63d09cb2b54fd943c4e7b2d237fb55e3745d0 /Swift/QtUI/QtChatWindow.cpp
parent9720dedc1a2622a98e078b486886668b6e04ea0a (diff)
downloadswift-d0966f59c32eb613c214af936f70866254e23d9b.zip
swift-d0966f59c32eb613c214af936f70866254e23d9b.tar.bz2
Fix shortcut handling in QtTabbable.
Tested under Gnome 2.32, OS X 10.8 and Win 8.1. Change-Id: If7d41c2254e53ad0d9b745e27dc1db77d64cec50 License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.
Diffstat (limited to 'Swift/QtUI/QtChatWindow.cpp')
-rw-r--r--Swift/QtUI/QtChatWindow.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Swift/QtUI/QtChatWindow.cpp b/Swift/QtUI/QtChatWindow.cpp
index 224f343..49f57c9 100644
--- a/Swift/QtUI/QtChatWindow.cpp
+++ b/Swift/QtUI/QtChatWindow.cpp
@@ -226,7 +226,6 @@ void QtChatWindow::setTabComplete(TabComplete* completer) {
void QtChatWindow::handleKeyPressEvent(QKeyEvent* event) {
event->ignore();
- QtTabbable::handleKeyPressEvent(event);
if (event->isAccepted()) {
return;
}