7#ifndef KISUNIQUECOLORSET_H
8#define KISUNIQUECOLORSET_H
11#include "kritapigment_export.h"
16#include <QScopedPointer>
25 void addColor(
const KoColor &color);
39 QScopedPointer<Private>
d;
void sigColorRemoved(int position)
void sigColorAdded(int position)
QScopedPointer< Private > d
void sigColorMoved(int from, int to)