1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/test
Anthony Bilinski 557af80428
refactor(Paths): Remove Paths factory to enable copy construction
std::atomic disallows copy construction and the default constructor disables
the parameterized constructor.

Additionally the case where paths aren't writable isn't handled and would just
segfault in Settings previously, so no safety is lost.
2022-02-16 20:15:46 -08:00
..
chatlog chore(review): Copyright notice cleanup 2021-11-21 16:19:22 -08:00
core refactor(filetransfer): Move file transfer progress into ToxFile 2021-12-11 15:38:35 -08:00
mock refactor: Provide a Virtual Method Anchor for Classes in Headers 2021-10-26 16:47:40 +00:00
model refactor: Provide a Virtual Method Anchor for Classes in Headers 2021-10-26 16:47:40 +00:00
net refactor(Paths): Remove Paths factory to enable copy construction 2022-02-16 20:15:46 -08:00
persistence refactor(Paths): Remove Paths factory to enable copy construction 2022-02-16 20:15:46 -08:00
platform docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
widget feat(filesform): Add in progress transfers to files form 2021-12-11 15:38:35 -08:00