summary refs log tree commit diff
path: root/src/QuickSwitcher.h
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2020-02-28 19:10:39 -0500
committerGitHub <noreply@github.com>2020-02-28 19:10:39 -0500
commit30cb7c5b02bb8a21a8d7257cfe5a8bd3db891606 (patch)
treeddadd16c86600ce937b47798a9b3d5ff2fdec998 /src/QuickSwitcher.h
parentMerge pull request #129 from nico202/master (diff)
parentMerge branch 'master' into 0.7.0-dev (diff)
downloadnheko-30cb7c5b02bb8a21a8d7257cfe5a8bd3db891606.tar.xz
Merge pull request #130 from Nheko-Reborn/0.7.0-dev
0.7.0 dev merge to master
Diffstat (limited to 'src/QuickSwitcher.h')
-rw-r--r--src/QuickSwitcher.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/QuickSwitcher.h b/src/QuickSwitcher.h

index 24b9adfa..5bc31650 100644 --- a/src/QuickSwitcher.h +++ b/src/QuickSwitcher.h
@@ -22,11 +22,9 @@ #include <QVBoxLayout> #include <QWidget> -#include "SuggestionsPopup.h" +#include "popups/SuggestionsPopup.h" #include "ui/TextField.h" -Q_DECLARE_METATYPE(std::vector<RoomSearchResult>) - class RoomSearchInput : public TextField { Q_OBJECT