From 8e4be3612d15be86ede413ddcbf040f5ac065c95 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 17 Oct 2021 19:20:29 +0200 Subject: options: use QRecursiveMutex explicitly --- options/connector.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options/connector.hpp') diff --git a/options/connector.hpp b/options/connector.hpp index 025efda2..01d1d1db 100644 --- a/options/connector.hpp +++ b/options/connector.hpp @@ -38,7 +38,7 @@ class OTR_OPTIONS_EXPORT connector protected: void notify_values(const QString& name) const; void notify_all_values() const; - virtual QMutex* get_mtx() const = 0; + virtual QRecursiveMutex* get_mtx() const = 0; void set_all_to_default_(); public: -- cgit v1.2.3