qlcplus icon indicating copy to clipboard operation
qlcplus copied to clipboard

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

Open mcallegari opened this issue 5 years ago • 4 comments

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 avatar Aug 11 '18 18:08 mcallegari

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

mcallegari avatar Nov 23 '18 21:11 mcallegari

The QTBug is fixed since QT 5.14 :)

susnux avatar May 19 '20 22:05 susnux

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 avatar May 20 '20 19:05 mcallegari

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.

mcallegari avatar Jul 09 '22 09:07 mcallegari