Skip to content

Commit

Permalink
Merge pull request #4920 from nextcloud/bugfix/fix-fileactivitylistmo…
Browse files Browse the repository at this point in the history
…del-qml-registration

Fix fileactivitylistmodel QML registration
  • Loading branch information
mgallien authored Sep 10, 2022
2 parents 9803607 + b3ccbe2 commit 8bd9738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/owncloudgui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ ownCloudGui::ownCloudGui(Application *parent)
qmlRegisterType<EmojiModel>("com.nextcloud.desktopclient", 1, 0, "EmojiModel");
qmlRegisterType<UserStatusSelectorModel>("com.nextcloud.desktopclient", 1, 0, "UserStatusSelectorModel");
qmlRegisterType<ActivityListModel>("com.nextcloud.desktopclient", 1, 0, "ActivityListModel");
qmlRegisterType<ActivityListModel>("com.nextcloud.desktopclient", 1, 0, "FileActivityListModel");
qmlRegisterType<FileActivityListModel>("com.nextcloud.desktopclient", 1, 0, "FileActivityListModel");
qmlRegisterType<WheelHandler>("com.nextcloud.desktopclient", 1, 0, "WheelHandler");
qmlRegisterType<CallStateChecker>("com.nextcloud.desktopclient", 1, 0, "CallStateChecker");

Expand Down

0 comments on commit 8bd9738

Please sign in to comment.