Fix build of various backends

This commit is contained in:
Andrey Kamaev
2013-03-22 18:15:48 +04:00
parent 29cfeb7cee
commit 3088808926
3 changed files with 33 additions and 68 deletions

View File

@@ -949,7 +949,7 @@ void GuiReceiver::showImage(QString name, void* arr)
mat = cvGetMat(arr, &stub);
cv::Mat im(mat);
cv::imshow(name.toStdString(), im);
cv::imshow(name.toUtf8().data(), im);
}
else
{