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

index 64a86d7a..32964cb3 100644 --- a/include/SuggestionsPopup.hpp +++ b/include/SuggestionsPopup.hpp
@@ -64,6 +64,9 @@ public slots: //! Set hovering to the item in the given layout position. void setHovering(int pos); +protected: + void paintEvent(QPaintEvent *event) override; + signals: void itemSelected(const QString &user);