新文件的id,非新文件为-1
| 188 | |
| 189 | //新文件的id,非新文件为-1 |
| 190 | int getFileNewIndexProperty(QWidget* pwidget) |
| 191 | { |
| 192 | return pwidget->property(Edit_File_New).toInt(); |
| 193 | } |
| 194 | |
| 195 | inline void setTextChangeProperty(QWidget* pwidget, bool status) |
| 196 | { |
no outgoing calls
no test coverage detected