[vlc-commits] [Git][videolan/vlc][master] qml/MediaGroupListDisplay: Fix name property
Hugo Beauzée-Luyssen
gitlab at videolan.org
Sat May 8 10:17:13 UTC 2021
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC
Commits:
5b1fb7d5 by Benjamin Arnaud at 2021-05-07T19:27:26+00:00
qml/MediaGroupListDisplay: Fix name property
fix #25663
- - - - -
1 changed file:
- modules/gui/qt/medialibrary/qml/MediaGroupDisplay.qml
Changes:
=====================================
modules/gui/qt/medialibrary/qml/MediaGroupDisplay.qml
=====================================
@@ -44,7 +44,7 @@ VideoAll {
property alias parentId: modelGroup.parentId
// NOTE: The name of the group.
- property string name
+ property string name: initialName
//---------------------------------------------------------------------------------------------
// Childs
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/5b1fb7d5d2ef69d7c374b50a97ea0304b36f2132
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/5b1fb7d5d2ef69d7c374b50a97ea0304b36f2132
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list