[Gui] a Win compile fix

This commit is contained in:
Uwe
2022-03-27 15:30:48 +02:00
parent 0afc5e5af5
commit 94f871f126

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
}