dtkwidget/examples
Ye ShanShan 4b0c521c39 fix: crashed when DListView drag item with Action
DStandardItem's `setActionList` can't be used with drag because of
Type doesn't support metatype's save and load.
  and DStandardItem doesn't release it's Action when destruction,
we use sharedpointer to manager action's life.
  Add clone override function to support that action can be access
after draged, and it need to setItemPrototype by model.

Log: 含有Action项的DListView拖动时程序崩溃
Influence: none
Change-Id: Idc489b94f4cf95850fe00a9ac8231fed80913a79
2022-08-12 13:43:10 +08:00
..
dwidget-examples fix: crashed when DListView drag item with Action 2022-08-12 13:43:10 +08:00
examples.pro