summaryrefslogtreecommitdiffhomepage
path: root/options
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2020-01-16 09:22:28 +0100
committerStanislaw Halik <sthalik@misaki.pl>2020-01-16 09:22:28 +0100
commit9f41f6ee72fd63c62f68446beef10d37a957e35a (patch)
treea74b87256c2d284bb9a2061fa323bf36f44b991e /options
parent901e06488ae89ff57362a0be534a45eccccbf67a (diff)
compat/qhash: try fix older Qt
Diffstat (limited to 'options')
-rw-r--r--options/connector.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/connector.hpp b/options/connector.hpp
index ffef2a3d..d32f896f 100644
--- a/options/connector.hpp
+++ b/options/connector.hpp
@@ -13,7 +13,7 @@
#include <QString>
#include <QMutex>
-#include <QHashFunctions>
+#include "compat/qhash.hpp"
#include "export.hpp"