dtkwidget/tests
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
..
src feat: Add unit tests 2021-06-18 14:15:53 +08:00
testcases fix: crashed when DListView drag item with Action 2022-08-12 13:43:10 +08:00
main.cpp feat: Add EventLoop for ut 2022-08-11 11:08:56 +08:00
src.pri feat: 调整dtkwidget单元测试目录结构 2021-03-09 16:41:25 +08:00
test-recoverage.sh chore: 按照要求修改单元测试文件名 2022-02-18 17:38:44 +08:00
tests.pro fix(tests): remove gmock link 2021-09-08 10:51:51 +08:00