Commit f64bcba9338928107bb4bfc1282b94aa2f696557
- Diff rendering mode:
- inline
- side by side
src/corelib/tools/qstring.h
(1 / 1)
|   | |||
| 113 | 113 | ||
| 114 | 114 | int capacity() const; | |
| 115 | 115 | inline void reserve(int size); | |
| 116 | inline void squeeze() { if (d->size < d->alloc || ref != 1) realloc(); d->capacity = 0;} | ||
| 116 | inline void squeeze() { if (d->size < d->alloc || d->ref != 1) realloc(); d->capacity = 0;} | ||
| 117 | 117 | ||
| 118 | 118 | inline const QChar *unicode() const; | |
| 119 | 119 | inline QChar *data(); |

