summary refs log tree commit diff
path: root/src/QuickSwitcher.cpp
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2020-11-25 21:59:23 +0100
committerGitHub <noreply@github.com>2020-11-25 21:59:23 +0100
commit54d75466c71f339893dbec44793531b001cf9b87 (patch)
tree1ab1ed3fa72dea0b2ab8ed861a0d0fe685864c1c /src/QuickSwitcher.cpp
parentMerge pull request #337 from trilene/master (diff)
parentOpen completer on tab (diff)
downloadnheko-54d75466c71f339893dbec44793531b001cf9b87.tar.xz
Merge pull request #335 from Nheko-Reborn/qml-text-input
Qml text input
Diffstat (limited to 'src/QuickSwitcher.cpp')
-rw-r--r--src/QuickSwitcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/QuickSwitcher.cpp b/src/QuickSwitcher.cpp

index 05a9f431..046c774d 100644 --- a/src/QuickSwitcher.cpp +++ b/src/QuickSwitcher.cpp
@@ -118,7 +118,7 @@ QuickSwitcher::QuickSwitcher(QWidget *parent) connect(roomSearch_, &RoomSearchInput::hiding, this, [this]() { popup_.hide(); }); connect(roomSearch_, &QLineEdit::returnPressed, this, [this]() { reset(); - popup_.selectHoveredSuggestion<RoomItem>(); + popup_.selectHoveredSuggestion(); }); }