| 29 | QString name() const { return _name;} |
| 30 | int index() const {return _index;} |
| 31 | RegisterType type() const{return _type; } |
| 32 | QString flagName() const{return _flagName;} |
| 33 | |
| 34 | bool operator==(const GroupsName& g) const {return _name == g.name();} |
no outgoing calls
no test coverage detected