Details
-
Bug
-
Resolution: Fixed
-
P4: Low
-
6.7.0
-
None
-
-
9d6fe24e7 (dev), ea32ce138 (6.7), a0cd3ebd5 (tqtc/lts-6.5), e8d869084 (tqtc/lts-6.2)
Description
QtCore.pyi line 1192:
class QCborTag(enum.Enum): class QCborValue(Shiboken.Object): class DiagnosticNotationOption(enum.Flag): Compact : QCborValue.DiagnosticNotationOption = ... # 0x0 LineWrapped : QCborValue.DiagnosticNotationOption = ... # 0x1 ExtendedFormat : QCborValue.DiagnosticNotationOption = ... # 0x2
QtGui line 1092:
class Svg(Shiboken.Object): ... aliceblue = ... # type: QColor antiquewhite = ... # type: QColor aqua = ... # type: QColor aquamarine = ... # type: QColor
QtGui line 6752:
class QRhi(Shiboken.Object): class BeginFrameFlag(enum.Flag): class EndFrameFlag(enum.Flag): SkipPresent : QRhi.EndFrameFlag = ... # 0x1
from
enum class QCborTag : quint64 {};
enum BeginFrameFlag {
};
Attachments
For Gerrit Dashboard: PYSIDE-2752 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
579552,3 | pyi: Fix syntax error caused by empty Enums | dev | pyside/pyside-setup | Status: MERGED | +2 | +1 |
580021,2 | pyi: Fix syntax error caused by empty Enums | 6.7 | pyside/pyside-setup | Status: MERGED | +2 | 0 |
580091,3 | pyi: Fix syntax error caused by empty Enums | tqtc/lts-6.5 | pyside/tqtc-pyside-setup | Status: MERGED | -1 | 0 |
582873,4 | pyi: Fix syntax error caused by empty Enums | tqtc/lts-6.2 | pyside/tqtc-pyside-setup | Status: MERGED | -1 | 0 |