summary refs log tree commit diff
path: root/include/QuickSwitcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/QuickSwitcher.h')
-rw-r--r--include/QuickSwitcher.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/QuickSwitcher.h b/include/QuickSwitcher.h

index ce0ed00b..ce3c4f25 100644 --- a/include/QuickSwitcher.h +++ b/include/QuickSwitcher.h
@@ -63,6 +63,12 @@ protected: void paintEvent(QPaintEvent *event) override; private: + void reset() + { + emit closing(); + roomSearch_->clear(); + } + // Current highlighted selection from the completer. int selection_ = -1;