Recorder: Fix crash due to wrong destruction order
commit34174e1ccb7fd0abe17f8f3c6cb10f29b1224fc7
authorjlh <jlh@gmx.ch>
Sat, 9 Aug 2008 16:48:08 +0000 (9 18:48 +0200)
committerjlh <jlh@gmx.ch>
Sat, 9 Aug 2008 16:56:20 +0000 (9 18:56 +0200)
tree3803fdb1525c2fe06452af4801efed40a321f0b0
parentfc32f597e1481f0b1c9c7d02cedf251dec7a4c59
Recorder: Fix crash due to wrong destruction order

Recorder's children must be destroyed while Recorder itself still
exists.  Thus we cannot rely on Qt's automatic destruction.
recorder.cpp