| 102 | } |
| 103 | |
| 104 | int SharedStrings::getSharedStringIndex(const QString &string) const |
| 105 | { |
| 106 | return getSharedStringIndex(RichString(string)); |
| 107 | } |
| 108 | |
| 109 | int SharedStrings::getSharedStringIndex(const RichString &string) const |
| 110 | { |
no test coverage detected