summary refs log tree commit diff
path: root/src/QuickSwitcher.cpp
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-01-31 16:08:30 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2020-01-31 16:08:30 +0100
commit127fb9370b8e131ad460b27aaa72de178e929096 (patch)
tree5278c11f1b58dc9f2600f716d58301f116d05d29 /src/QuickSwitcher.cpp
parentOptimize includes a bit (diff)
downloadnheko-127fb9370b8e131ad460b27aaa72de178e929096.tar.xz
Remove metatypes from headers
Diffstat (limited to 'src/QuickSwitcher.cpp')
-rw-r--r--src/QuickSwitcher.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/QuickSwitcher.cpp b/src/QuickSwitcher.cpp

index 53dd21e0..05a9f431 100644 --- a/src/QuickSwitcher.cpp +++ b/src/QuickSwitcher.cpp
@@ -26,6 +26,8 @@ #include "QuickSwitcher.h" #include "popups/SuggestionsPopup.h" +Q_DECLARE_METATYPE(std::vector<RoomSearchResult>) + RoomSearchInput::RoomSearchInput(QWidget *parent) : TextField(parent) {}