From c61f90fbe625ab2bf5ad044b43822f0df8887e80 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Tue, 27 Oct 2020 12:57:35 +0100 Subject: [PATCH] Remove left over friend declaration Was not removed when it was inlined above it. Change-Id: Ie81bd9273108920031b235bdf1f13439711e5fec Reviewed-by: Volker Hilsheimer --- src/corelib/text/qchar.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/corelib/text/qchar.h b/src/corelib/text/qchar.h index dd197409af..982abe9346 100644 --- a/src/corelib/text/qchar.h +++ b/src/corelib/text/qchar.h @@ -631,8 +631,6 @@ private: QChar(uchar c) noexcept; #endif - friend constexpr bool operator==(QChar, QChar) noexcept; - friend constexpr bool operator< (QChar, QChar) noexcept; char16_t ucs; };