Remove left over friend declaration

Was not removed when it was inlined above it.

Change-Id: Ie81bd9273108920031b235bdf1f13439711e5fec
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
bb10
Allan Sandfeld Jensen 2020-10-27 12:57:35 +01:00
parent 72ccb4fa7b
commit c61f90fbe6
1 changed files with 0 additions and 2 deletions

View File

@ -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;
};