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
parent
d369eabc30
commit
6975dd38c1
|
|
@ -69,7 +69,7 @@ class QTextOption;
|
|||
class Q_GUI_EXPORT QTextLayout
|
||||
{
|
||||
public:
|
||||
enum GlyphRunRetrievalFlag {
|
||||
enum GlyphRunRetrievalFlag : quint16 {
|
||||
RetrieveGlyphIndexes = 0x1,
|
||||
RetrieveGlyphPositions = 0x2,
|
||||
RetrieveStringIndexes = 0x4,
|
||||
|
|
|
|||
Loading…
Reference in New Issue