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:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user