因为在QTableWidget中设置了currentItemChanged (cur, prev),但是程序默认是不选中的,所以第一次选中的时候prev是空的 地址0x0,怎么判定prev为空?
prev == nullptr