设置item。中介本身不保存ITEM,因为太多,发送消息给外面空间
| 48 | |
| 49 | //设置item。中介本身不保存ITEM,因为太多,发送消息给外面空间 |
| 50 | void MediatorFileTree::setLeftItemStatus(QString name, int status) |
| 51 | { |
| 52 | emit syncExpandStatus(name, RC_LEFT, status); |
| 53 | } |
| 54 | |
| 55 | void MediatorFileTree::setRightItemStatus(QString name, int status) |
| 56 | { |
no outgoing calls
no test coverage detected