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
parent
72ccb4fa7b
commit
c61f90fbe6
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue