[Gui] a Win compile fix

This commit is contained in:
Uwe
2022-03-27 15:30:48 +02:00
parent ae61d8df53
commit 04f693048f

View File

@@ -95,7 +95,7 @@ InputField::InputField(QWidget * parent)
QObject::connect(this, SIGNAL(textChanged(QString)),
this, SLOT(newInput(QString)));
#if FC_OS_WIN32
#ifdef FC_OS_WIN32
setLocale(QLocale());
#endif
}