summaryrefslogtreecommitdiffhomepage
path: root/options/connector.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2021-10-20 22:22:01 +0200
committerStanislaw Halik <sthalik@misaki.pl>2021-10-20 22:22:11 +0200
commitb28ae59530475bb47dca1c12c5c93dfc293a4a78 (patch)
treec45e0b13ab40095e56f9ca4107b4d19183e57c79 /options/connector.hpp
parent471a4e360d262cf3de65cb107eab477d7765981d (diff)
options: fix support for older Qt5
Reported by @DaWelter.
Diffstat (limited to 'options/connector.hpp')
-rw-r--r--options/connector.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/connector.hpp b/options/connector.hpp
index 01d1d1db..025efda2 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 QRecursiveMutex* get_mtx() const = 0;
+ virtual QMutex* get_mtx() const = 0;
void set_all_to_default_();
public: