qt: don't register MLArtist for QML

This commit is contained in:
Prince Gupta 2024-04-16 12:47:32 +05:30 committed by Steve Lhomme
parent 8765d6fa9c
commit 0d379add7c
1 changed files with 0 additions and 1 deletions

View File

@ -365,7 +365,6 @@ void MainUI::registerQMLTypes()
qmlRegisterType<MLRecentsModel>( uri, versionMajor, versionMinor, "MLRecentModel" );
//expose base object, they aren't instanciable from QML side
registerAnonymousType<MLArtist>(uri, versionMajor);
registerAnonymousType<MLAlbumTrack>(uri, versionMajor);
qmlRegisterType<PlaylistListContextMenu>( uri, versionMajor, versionMinor, "PlaylistListContextMenu" );