> void KisColor::toQColor(const QUANTUM *src, QColor *c, KisProfileSP profile) > { > m_colorStrategy->toQColor(src, c, profile); > } Shouldn't this work with m_data instead of src?