Skip to content
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

[QLC+ 5][macOS] Save on exit doesn't block the exit process #1129

Open
mcallegari opened this issue Aug 11, 2018 · 4 comments
Open

[QLC+ 5][macOS] Save on exit doesn't block the exit process #1129

mcallegari opened this issue Aug 11, 2018 · 4 comments
Assignees

Comments

@mcallegari
Copy link
Owner

Windows and Linux are OK, but on macOS the "save before exit" popup doesn't stop the application to quit.
Might be Qt related and (damnit) a special case to handle on macOS.

@mcallegari mcallegari added this to the QLC+ 5.0.0 Alpha 4 milestone Aug 11, 2018
@mcallegari mcallegari self-assigned this Aug 11, 2018
@mcallegari
Copy link
Owner Author

QTBUG submitted https://bugreports.qt.io/browse/QTBUG-72013

mcallegari added a commit that referenced this issue Nov 26, 2018
This helps a bit #1129 but doesn't fix it completely
@susnux
Copy link

susnux commented May 19, 2020

The QTBug is fixed since QT 5.14 :)

@mcallegari
Copy link
Owner Author

mcallegari commented May 20, 2020

No it's not.
The fact they close a ticket doesn't mean they resolved it.
If you built QLC+ 5 before commenting, you would see yourself.
I did, on 5.14.2 and Cmd-Q doesn't prevent QLC+ from closing without asking first.

@mcallegari
Copy link
Owner Author

mcallegari commented Jul 9, 2022

They say to use the quit signal so I tried also this:
connect(this->engine(), &QQmlEngine::quit, this, &App::slotClosing);
Doesn't work too. Qt 5.15.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants