1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/test/persistence
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
..
dbschema_test.cpp feat(history): Save/load system messages to history 2021-10-16 14:29:57 -07:00
offlinemsgengine_test.cpp feat(messages): History and offline message support for extended messages 2021-01-30 12:52:06 -08:00
paths_test.cpp refactor(Paths): Remove Paths factory to enable copy construction 2022-02-16 20:15:46 -08:00
smileypack_test.cpp test(persistence): add smileypack unit test 2021-02-20 16:36:11 -08:00