summaryrefslogtreecommitdiffhomepage
path: root/options/connector.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2019-12-29 06:11:51 +0100
committerStanislaw Halik <sthalik@misaki.pl>2019-12-29 06:11:51 +0100
commit7b4d9859006ac8de87d70edd18278b3b9dfa065a (patch)
treee1f570c222b8c5f18e45324c8ece17839beb3758 /options/connector.hpp
parentb8e7865a017363e9d3876539936a6f73310a99d9 (diff)
fix std::hash<QString>
Fixes #1015
Diffstat (limited to 'options/connector.hpp')
-rw-r--r--options/connector.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/options/connector.hpp b/options/connector.hpp
index e22cb20f..ffef2a3d 100644
--- a/options/connector.hpp
+++ b/options/connector.hpp
@@ -13,8 +13,7 @@
#include <QString>
#include <QMutex>
-
-#include "compat/qhash.hpp"
+#include <QHashFunctions>
#include "export.hpp"