You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: