Я пытаюсь сделать:
std::find(images_map.begin(), images_map.end(), current_rgb));
где:
QRgb current_rgb;
QMap<QRgb, MI*> images_map;
но я получаю:
error: no matching function for call to 'find(QMap<unsigned int, MI*>::iterator, QMap<unsigned int, MI*>::iterator, QRgb&)