From 78f8c6c81c2e900aa1cb433940667a054cc0b6ed Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 25 Apr 2025 08:01:32 +0200 Subject: buffer flush --- options/globals.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'options/globals.hpp') diff --git a/options/globals.hpp b/options/globals.hpp index af242dc9..1a92cc47 100644 --- a/options/globals.hpp +++ b/options/globals.hpp @@ -7,7 +7,7 @@ #include #include -#include +#include namespace options::globals::detail { @@ -17,7 +17,7 @@ struct OTR_OPTIONS_EXPORT ini_ctx { std::optional qsettings { std::in_place }; QString pathname; - QMutex mtx { QMutex::Recursive }; + QRecursiveMutex mtx; unsigned refcount = 0; bool modifiedp = false; -- cgit v1.2.3