From 39d04fb9e7bc2323244f9e8a725a6e6da56160ef Mon Sep 17 00:00:00 2001 From: Artem Sokolovskii Date: Mon, 31 Oct 2022 16:31:20 +0100 Subject: QuickFix: Fix generate function definition with unsigned type Fixes: QTCREATORBUG-28378 Change-Id: Ic94901e430d08aab22c8f4c394eda1f8a93398bc Reviewed-by: Reviewed-by: Christian Kandeler --- src/libs/3rdparty/cplusplus/Bind.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libs/3rdparty/cplusplus/Bind.h') diff --git a/src/libs/3rdparty/cplusplus/Bind.h b/src/libs/3rdparty/cplusplus/Bind.h index e5ee622881..3947e57026 100644 --- a/src/libs/3rdparty/cplusplus/Bind.h +++ b/src/libs/3rdparty/cplusplus/Bind.h @@ -300,6 +300,7 @@ private: int _methodKey; bool _skipFunctionBodies; int _depth; + bool _typeWasUnsignedOrSigned = false; }; } // namespace CPlusPlus -- cgit v1.2.1