Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
a588d1ea by Fatih Uzunoglu at 2026-02-05T13:34:25+00:00
qml: expose the texture provider in `NetworkThumbnailItem`

This allows the drag item to reuse the texture.

This was previously missed, because I thought that the
view delegate was `TableViewDelegateExt` (which was
handled in 1d85e323 and 4e351b9c).

- - - - -


1 changed file:

- modules/gui/qt/network/qml/NetworkThumbnailItem.qml


Changes:

=====================================
modules/gui/qt/network/qml/NetworkThumbnailItem.qml
=====================================
@@ -35,6 +35,8 @@ Widgets.TableRowDelegate {
                                            && (rowModel.type !== 
NetworkMediaModel.TYPE_NODE)
                                            && (rowModel.type !== 
NetworkMediaModel.TYPE_DIRECTORY)
 
+    property alias artworkTextureProvider: cover.textureProvider
+
     signal playClicked(int index)
 
     // Functions



View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/a588d1ea7025c20a40fd755aa3699db7e73a0a78

-- 
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/a588d1ea7025c20a40fd755aa3699db7e73a0a78
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance
_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to