From 5b26ba678b915415b8c3e81dd45cf280f8f34373 Mon Sep 17 00:00:00 2001 From: Marcus Huderle Date: Fri, 24 Apr 2020 19:21:09 -0500 Subject: [PATCH] Remove qstringhash implementation needed by older versions of Qt --- include/lib/orderedjson.h | 3 --- porymap.pro | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/include/lib/orderedjson.h b/include/lib/orderedjson.h index 54452314..fb68527d 100644 --- a/include/lib/orderedjson.h +++ b/include/lib/orderedjson.h @@ -63,9 +63,6 @@ #include #include -#if QT_VERSION < QT_VERSION_CHECK(5, 14, 1) - #include "qstringhash.h" -#endif #include "orderedmap.h" #ifdef _MSC_VER diff --git a/porymap.pro b/porymap.pro index 5e686c78..ad12b9f0 100644 --- a/porymap.pro +++ b/porymap.pro @@ -134,8 +134,7 @@ HEADERS += include/core/block.h \ include/project.h \ include/settings.h \ include/log.h \ - include/ui/newtilesetdialog.h \ - include/lib/qstringhash.h + include/ui/newtilesetdialog.h FORMS += forms/mainwindow.ui \ forms/eventpropertiesframe.ui \