Skip to content
  • Oswald Buddenhagen's avatar
    add custom string type · 5db91cf5
    Oswald Buddenhagen authored
    ProString is almost a QStringRef, except that it keeps a copy of instead
    of a pointer to the QString - to make it refcountable. additionally, it
    holds a hash so it can be efficiently used for repetetive hash lookups.
    5db91cf5