summary refs log tree commit diff
path: root/src/QuickSwitcher.cpp
diff options
context:
space:
mode:
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(); }); }