From 802de0eb5ee4d29a1e75764880989ba572f6af27 Mon Sep 17 00:00:00 2001 From: hjk Date: Wed, 13 Jul 2022 09:27:18 +0200 Subject: Utils: Collapse most of porting,h Taking the Qt 6 branches, leaving some dummies until downstream adapted. Change-Id: Ib9b86568d73c341c8f740ba497c3cbfab830d8a1 Reviewed-by: Eike Ziller Reviewed-by: Qt CI Bot --- src/plugins/cppcheck/cppcheckdiagnostic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/cppcheck/cppcheckdiagnostic.h') diff --git a/src/plugins/cppcheck/cppcheckdiagnostic.h b/src/plugins/cppcheck/cppcheckdiagnostic.h index 1983af68de..d72bdc73a8 100644 --- a/src/plugins/cppcheck/cppcheckdiagnostic.h +++ b/src/plugins/cppcheck/cppcheckdiagnostic.h @@ -50,7 +50,7 @@ public: int lineNumber = 0; }; -Utils::QHashValueType qHash(const Diagnostic &diagnostic); +size_t qHash(const Diagnostic &diagnostic); } // namespace Internal } // namespace Cppcheck -- cgit v1.2.1