Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.5.3, 4.6.0
-
None
-
Mac OS X Cocoa
-
12308db7663679e42c87aa72c564ec3f9f1a457f
Description
Start for example the Browser.app Demo compiled with Qt/Cocoa.
Select Apple Menu/Log out or Apple Menu/Shutdown
This will give you a messagebox saying "The application XYZ canceled logout".
This does not happen with Qt/Carbon.
I suspect that
- (NSApplicationTerminateReply)applicationShouldTerminate:(NSApplication *)sender
{
/* ... */
return NSTerminateCancel;
}
has something to do with this?