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

fixing locale settings - making it universal

This commit is contained in:
StevenPuttemans
2015-03-06 12:59:26 +01:00
parent 361eb633f6
commit cef2cf2852
4 changed files with 6 additions and 0 deletions
+1
View File
@@ -464,6 +464,7 @@ static int icvInitSystem(int* c, char** v)
if (!QApplication::instance())
{
new QApplication(*c, v);
setlocale(LC_NUMERIC,"C");
qDebug() << "init done";