Hi,
I am using qt 4.6.3 on mac.
When I run my application and the user does a system shutdown. Somewhere in my app, the shutdown is intercepted and the shutdown canceled. I have made sure that none of the closeEvent accept the event. I also have my own QApplication and have connected commitDataRequest to slot (which is never getting called) and reimplemented commitData which is also never getting called.
It looks like something much earlier stops it from happening. Has anyone experienced this?
Thanks
Bookmarks