1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 07:13:02 +04:00

Merged recent changes from trunk - 8833,8848,8850

This commit is contained in:
Andrey Kamaev
2012-06-29 07:52:34 +00:00
parent 57fb5f0981
commit 17fd1c7c61
9 changed files with 84 additions and 27 deletions
+1 -1
View File
@@ -521,7 +521,7 @@ void icvSetOpenGlCleanCallback(const char*, CvOpenGlCleanCallback, void*)
#if defined (HAVE_QT)
CvFont cv::fontQt(const string& nameFont, int pointSize, Scalar color, int weight, int style, int spacing)
CvFont cv::fontQt(const string& nameFont, int pointSize, Scalar color, int weight, int style, int /*spacing*/)
{
return cvFontQt(nameFont.c_str(), pointSize,color,weight, style);
}