[Gui] a Win compile fix
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user