Commit f64bcba9338928107bb4bfc1282b94aa2f696557

  • avatar
  • Harald Fernengel <harald @trol…ech.com>
  • Fri May 08 13:26:30 CEST 2009
compile?
  
113113
114114 int capacity() const;
115115 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;}
117117
118118 inline const QChar *unicode() const;
119119 inline QChar *data();