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>
Giuseppe D'Angelo 2019-06-14 14:23:02 +02:00 committed by Marc Mutz
parent cbd5a2dcb8
commit a2632f90db
1 changed files with 2 additions and 0 deletions

View File

@ -371,6 +371,8 @@ public:
GagarinView = 178,
FabledSunset = 179,
PerfectBlue = 180,
NumPresets
};
Q_ENUM(Preset)