Fix theme name
All checks were successful
eden-license / license-header (pull_request) Successful in 33s
All checks were successful
eden-license / license-header (pull_request) Successful in 33s
This commit is contained in:
parent
7fc62b9d1f
commit
f43441d873
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(QStringLiteral("Vista"));
|
||||
QApplication::setStyle(QStringLiteral("windowsvista"));
|
||||
#endif
|
||||
|
||||
QApplication app(argc, argv);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue