Skip to content
Snippets Groups Projects

qml: Use 'var' for properties altered by StackView.replace()

Merged Benjamin Arnaud requested to merge bunjee/vlc:ci-bug into master

When calling StackView.replace() together with custom properties we have to provide generic types (var, int, string). Otherwise we get 'casting' issues when using a specific one (like MLItemId). This was causing invalid values to be restored when navigating between the QML MediaLibrary views.

fix #26629 (closed)

Edited by Benjamin Arnaud

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading