| 782 | return qstring(); |
| 783 | } |
| 784 | qstring msig_replace(void* ctx, const char* name) |
| 785 | { |
| 786 | refac_t* rf = (refac_t*)ctx; |
| 787 | qstring newname; |
| 788 | if(rf->match(qstring(name), &newname)) |
| 789 | return newname; |
| 790 | return qstring(); |
| 791 | } |
| 792 | |
| 793 | //-------------------------------------------------------------------------- |
| 794 | static const int rcwidths[] = |
nothing calls this directly
no outgoing calls
no test coverage detected