Remove use of qRegisterMetatypeStreamOperators

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
Claudio Cambra 2022-11-23 17:47:24 +01:00 committed by Matthieu Gallien
parent 84414ce5dc
commit 7e1448bcf2

View file

@ -139,6 +139,7 @@ ownCloudGui::ownCloudGui(Application *parent)
qRegisterMetaTypeStreamOperators<Emoji>();
qRegisterMetaType<ActivityListModel *>("ActivityListModel*");
qRegisterMetaType<UnifiedSearchResultsListModel *>("UnifiedSearchResultsListModel*");
qRegisterMetaType<UserStatus>("UserStatus");
qRegisterMetaType<SharePtr>("SharePtr");