summary refs log tree commit diff
path: root/src/popups
diff options
context:
space:
mode:
Diffstat (limited to 'src/popups')
-rw-r--r--src/popups/SuggestionsPopup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/popups/SuggestionsPopup.h b/src/popups/SuggestionsPopup.h

index 1ef720b2..536c82fb 100644 --- a/src/popups/SuggestionsPopup.h +++ b/src/popups/SuggestionsPopup.h
@@ -10,6 +10,8 @@ #include "../ChatPage.h" #include "PopupItem.h" +Q_DECLARE_METATYPE(QVector<SearchResult>) + class SuggestionsPopup : public QWidget { Q_OBJECT