Explicit type for new enum type

Noted in API review.

Pick-to: 6.5
Change-Id: I98ec47f4c934156990d67363b69ccd33617661de
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
bb10
Eskil Abrahamsen Blomfeldt 2023-01-10 08:41:11 +01:00
parent d369eabc30
commit 6975dd38c1
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class QTextOption;
class Q_GUI_EXPORT QTextLayout
{
public:
enum GlyphRunRetrievalFlag {
enum GlyphRunRetrievalFlag : quint16 {
RetrieveGlyphIndexes = 0x1,
RetrieveGlyphPositions = 0x2,
RetrieveStringIndexes = 0x4,