| 723 | |
| 724 | QiIndex Actions::find_index(QiType type, int id) const |
| 725 | { |
| 726 | QiIndex index; |
| 727 | ::find_index(*this, index, type, id); |
| 728 | return index; |
| 729 | } |
| 730 | QiIndex Actions::find_index(QiTypeProperty property) const |
| 731 | { |
| 732 | QiIndex index; |
| 733 | ::find_index(*this, index, property); |
nothing calls this directly
no test coverage detected