forked from quickshell/quickshell
fix: new line 🧌
This commit is contained in:
parent
a84a6726cb
commit
4b911b92da
|
@ -30,11 +30,13 @@ private:
|
|||
static char findBiggestColorRange(const QList<QColor>& rgbValues);
|
||||
|
||||
void quantizeImage(const QAtomicInteger<bool>& shouldCancel = false);
|
||||
|
||||
QList<QColor> quantization(
|
||||
QList<QColor>& rgbValues,
|
||||
qreal depth,
|
||||
const QAtomicInteger<bool>& shouldCancel = false
|
||||
);
|
||||
|
||||
void finishRun();
|
||||
|
||||
QAtomicInteger<bool> shouldCancel = false;
|
||||
|
|
Loading…
Reference in a new issue