pikachuhy
deepin
2018-01-30 23:12 你的调用链好长啊
Reply Like 0 View the author
https://bbs.deepin.org/post/152643
你的调用链好长啊
https://bbs.deepin.org/post/152643
下面还要一级一级调用呢!
我在函数里创建一个常量
const Cell *cell = new Cell(newCellName);
这样?Copy the Code
- bodyList.at(b_index).OrganList.at(v_index).CellList.append(&cell)
wtz 发表于 2018-2-4 00:00
这样?
Popular Events
More
自定义对象中包含下一级的QList
Cell cell(cellName);
bodyList.at(b_index).OrganList.at(v_index).CellList.append(cell)
error: no matching member function for call to 'append'
请问如何解决?