QGradient: add a last-enum enumerator to the presets
It's needed to prepare qtdeclarative for the upcoming patch that won't make QGradient accept illegal presets any more. Change-Id: I4ca929e75214ebe24c7d762d0c37ca254c640c57 Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
parent
cbd5a2dcb8
commit
a2632f90db
|
|
@ -371,6 +371,8 @@ public:
|
|||
GagarinView = 178,
|
||||
FabledSunset = 179,
|
||||
PerfectBlue = 180,
|
||||
|
||||
NumPresets
|
||||
};
|
||||
Q_ENUM(Preset)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue