forked from eden-emu/eden
who enforced this
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
37a48fa5f8
commit
fe155d6142
1 changed files with 1 additions and 1 deletions
|
@ -5677,7 +5677,7 @@ int main(int argc, char* argv[]) {
|
|||
QCoreApplication::setAttribute(Qt::AA_DontCheckOpenGLContextThreadAffinity);
|
||||
|
||||
#ifdef _WIN32
|
||||
QApplication::setStyle("Vista");
|
||||
QApplication::setStyle(QStringLiteral("Vista"));
|
||||
#endif
|
||||
|
||||
QApplication app(argc, argv);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue