Improve main window handling.
commitf812e2de8a3ada6cd588322af0c3868862121f3d
authorJohannes Sixt <j6t@kdbg.org>
Sun, 1 Feb 2009 21:22:59 +0000 (1 22:22 +0100)
committerJohannes Sixt <j6t@kdbg.org>
Sun, 1 Feb 2009 21:22:59 +0000 (1 22:22 +0100)
tree2629ad8ef0e51239f9cdac5311c4e13b64df313f
parent7716cd8d37851ab14434bbbfa05c4d2065a3174f
Improve main window handling.

For historical reasons the KMainWindow-derived class was allocated on the
stack. As a consequence, some workarounds were necessary do avoid that the
window is deleted by the framework with "delete this". Now the window is
allocated on the heap and the workarounds are removed.
kdbg/dbgmainwnd.cpp
kdbg/dbgmainwnd.h
kdbg/main.cpp