mirror of https://github.com/qTox/qTox.git
Browse Source
We already deep copy all other data types. Especially with Qt types like QByteArray, having a deep copy to start is important since it shallow copies on any subsequent copy, so the callback provider only gets a shallow copy in the QByteArray of the temporary data from SQLite.reviewable/pr6586/r1
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue