From 0f480dc43f6a3dc50b438a17fc2526ca444065ec Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 13 Feb 2021 14:35:13 +0900 Subject: Fixed broken Q_FULL_TEMPLATE_INSTANTIATION define (renamed to TQ_FULL_TEMPLATE_INSTANTIATION). Signed-off-by: Michele Calgaro --- tools/designer/plugins/cppeditor/yyreg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/designer/plugins/cppeditor/yyreg.h') diff --git a/tools/designer/plugins/cppeditor/yyreg.h b/tools/designer/plugins/cppeditor/yyreg.h index a39eac828..5ac3fc2f3 100644 --- a/tools/designer/plugins/cppeditor/yyreg.h +++ b/tools/designer/plugins/cppeditor/yyreg.h @@ -66,7 +66,7 @@ public: int openingBraceLineNum() const { return lineno1; } int closingBraceLineNum() const { return lineno2; } -#if defined(Q_FULL_TEMPLATE_INSTANTIATION) +#if defined(TQ_FULL_TEMPLATE_INSTANTIATION) bool operator==( const CppFunction& ) const { return FALSE; } #endif -- cgit v1.2.1