summary refs log tree commit diff
path: root/src/QuickSwitcher.cpp
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-11-25 02:10:09 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2020-11-25 19:05:12 +0100
commitbc93f24a22ca18232bec27134eedeb1316fb5e88 (patch)
tree17972de6163b71208d9763a1af2ee87086e4e678 /src/QuickSwitcher.cpp
parentShow userid in completer (diff)
downloadnheko-bc93f24a22ca18232bec27134eedeb1316fb5e88.tar.xz
Remove redundant user search suggestion code
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(); }); }