atomic.hpp: replace std::atomic with atomic_t

Dual dependency is nothing good.
This commit is contained in:
Nekotekina 2020-12-06 15:15:19 +03:00
parent b16cc618b5
commit eb66302907
35 changed files with 42 additions and 82 deletions

View file

@ -41,7 +41,7 @@
LOG_CHANNEL(screenshot);
extern std::atomic<bool> g_user_asked_for_frame_capture;
extern atomic_t<bool> g_user_asked_for_frame_capture;
constexpr auto qstr = QString::fromStdString;