From 7fe743c76e4c574f66bd89afe5ad19bfd10ac0e2 Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Tue, 10 Dec 2024 14:51:58 +0100 Subject: [PATCH] qt: fix IN_ITEM_ROLE documentation Gbp-Pq: Name 0115-qt-fix-IN_ITEM_ROLE-documentation.patch --- modules/gui/qt/components/playlist/selector.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/qt/components/playlist/selector.hpp b/modules/gui/qt/components/playlist/selector.hpp index b7d629af..2e333a3a 100644 --- a/modules/gui/qt/components/playlist/selector.hpp +++ b/modules/gui/qt/components/playlist/selector.hpp @@ -58,7 +58,7 @@ enum { LONGNAME_ROLE, //QString PL_ITEM_ROLE, //playlist_item_t* PL_ITEM_ID_ROLE, //playlist_item_t->i_id - IN_ITEM_ROLE, //input_item_t->i_id + IN_ITEM_ROLE, //input_item_t* SPECIAL_ROLE, //SpecialData CAP_SEARCH_ROLE, SD_CATEGORY_ROLE, -- 2.30.2