summary refs log tree commit diff
path: root/src/ChatPage.cc
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-10-20 21:39:05 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-10-20 21:39:05 +0300
commit8a9a513ecd352768a7c14d30252394c6973a352e (patch)
treeab433b5c7c552360bb7ed811b44755b39550007d /src/ChatPage.cc
parentRemove sync timer (diff)
downloadnheko-8a9a513ecd352768a7c14d30252394c6973a352e.tar.xz
Move ctrl-k callback to the MainWindow
Diffstat (limited to 'src/ChatPage.cc')
-rw-r--r--src/ChatPage.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/ChatPage.cc b/src/ChatPage.cc

index 514494ea..d8280a4a 100644 --- a/src/ChatPage.cc +++ b/src/ChatPage.cc
@@ -577,15 +577,6 @@ ChatPage::loadStateFromCache() } void -ChatPage::keyPressEvent(QKeyEvent *event) -{ - if (event->key() == Qt::Key_K) { - if (event->modifiers() == Qt::ControlModifier) - showQuickSwitcher(); - } -} - -void ChatPage::showQuickSwitcher() { if (quickSwitcher_.isNull()) {