summary refs log tree commit diff
path: root/src/popups
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2019-12-14 23:39:02 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2019-12-14 23:40:32 +0100
commit13df852479bf84f297bf59ed99236e52f486a095 (patch)
tree5bb2bdeecc293d081f92c65f9346ced74f0f988c /src/popups
parentUpdate README (diff)
downloadnheko-13df852479bf84f297bf59ed99236e52f486a095.tar.xz
Reduce some include of Cache.h since it needs 11s on average
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