diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-12-29 06:11:51 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-12-29 06:11:51 +0100 |
commit | 7b4d9859006ac8de87d70edd18278b3b9dfa065a (patch) | |
tree | e1f570c222b8c5f18e45324c8ece17839beb3758 /options/bundle.hpp | |
parent | b8e7865a017363e9d3876539936a6f73310a99d9 (diff) |
fix std::hash<QString>
Fixes #1015
Diffstat (limited to 'options/bundle.hpp')
-rw-r--r-- | options/bundle.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/options/bundle.hpp b/options/bundle.hpp index d99ef06d..ce859bb1 100644 --- a/options/bundle.hpp +++ b/options/bundle.hpp @@ -24,8 +24,6 @@ #include <QDebug> -#include "compat/qhash.hpp" - #include "export.hpp" namespace options::detail { |