[Uml-devel] [Bug 107347] program design: separation of responsibilities

Alan Ezust alan.ezust at gmail.com
Thu Mar 30 20:22:02 UTC 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=107347         




------- Additional Comments From alan.ezust gmail com  2006-03-31 06:21 -------
Qt3 by default is compiled without exception support, so if you call a function in the Qt library which in turn calls a function in your code which throws an exception, then the exception will not propagate all the way up the call stack unless the Qt library is compiled with exception support.

Qt3 apps and KDE3 apps in general  do not throw exceptions because of memory bloat issues in the implementations of many compiler's exception handling code.




More information about the umbrello-devel mailing list