the following function would need to be exported in case you'd remove the inline keyword.
| 250 | |
| 251 | // the following function would need to be exported in case you'd remove the inline keyword. |
| 252 | inline size_t qHash(const KDevelop::IndexedString& str) |
| 253 | { |
| 254 | return str.index(); |
| 255 | } |
| 256 | } |
| 257 | |
| 258 | /** |