| 150 | AMLVex(MyGraphicsVexItem *gvex){info = new VexInfo(gvex);} |
| 151 | AMLVex(VexInfo *_info){info = _info;} |
| 152 | bool equalTo(const AMLVex &v){return info == v.info;} |
| 153 | void visit(); |
| 154 | void access(const QString &hint = ""); |
| 155 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected