diff --git a/libs/pigment/KoColorSpace.h b/libs/pigment/KoColorSpace.h index 38b4814e32e4729769f7a668531755724c5f245c..e8a24ea9c600feb30dc1ef7d0968e63bb3ffc190 100644 --- a/libs/pigment/KoColorSpace.h +++ b/libs/pigment/KoColorSpace.h @@ -199,13 +199,13 @@ public: * it is usually the concatenation of the id of the color model and of the color * depth, for instance "RGBA8" or "CMYKA16" or "XYZA32f". */ - virtual QString id() const; + QString id() const; /** * User visible name which contains the name of the color model and of the color depth. * For intance "RGBA (8-bits)" or "CMYKA (16-bits)". */ - virtual QString name() const; + QString name() const; /** * @return a string that identify the color model (for instance "RGB" or "CMYK" ...)