1
0
Fork 0

fix: new line 🧌

This commit is contained in:
kossLAN 2025-01-27 21:05:56 -05:00
parent a84a6726cb
commit 4b911b92da
No known key found for this signature in database

View file

@ -30,11 +30,13 @@ private:
static char findBiggestColorRange(const QList<QColor>& rgbValues); static char findBiggestColorRange(const QList<QColor>& rgbValues);
void quantizeImage(const QAtomicInteger<bool>& shouldCancel = false); void quantizeImage(const QAtomicInteger<bool>& shouldCancel = false);
QList<QColor> quantization( QList<QColor> quantization(
QList<QColor>& rgbValues, QList<QColor>& rgbValues,
qreal depth, qreal depth,
const QAtomicInteger<bool>& shouldCancel = false const QAtomicInteger<bool>& shouldCancel = false
); );
void finishRun(); void finishRun();
QAtomicInteger<bool> shouldCancel = false; QAtomicInteger<bool> shouldCancel = false;