-
Notifications
You must be signed in to change notification settings - Fork 241
fixed IOS gui issues, now runs on device (but without sound support) #1450
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -632,7 +632,6 @@ int main ( int argc, char** argv ) | |
| QCoreApplication* pApp = new QCoreApplication ( argc, argv ); | ||
| #else | ||
| # if defined ( Q_OS_IOS ) | ||
| bIsClient = false; | ||
| bUseGUI = true; | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this needed?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. no, and in the last version of the PR, this line has been removed.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I can still see bUseGui = true in the diff?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I can image bUseGui is forced to true, independent of command line settings. Apps on IOS must have a GUI. |
||
|
|
||
| // bUseMultithreading = true; | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.