diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2020-01-16 09:22:28 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2020-01-16 09:22:28 +0100 |
commit | 9f41f6ee72fd63c62f68446beef10d37a957e35a (patch) | |
tree | a74b87256c2d284bb9a2061fa323bf36f44b991e /options | |
parent | 901e06488ae89ff57362a0be534a45eccccbf67a (diff) |
compat/qhash: try fix older Qt
Diffstat (limited to 'options')
-rw-r--r-- | options/connector.hpp | 2 |
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" |