Recorder: Use QPointer also for skype object
commit570550864c13348834112b8d005eff35967a3c35
authorjlh <jlh@gmx.ch>
Sat, 13 Sep 2008 17:09:44 +0000 (13 19:09 +0200)
committerjlh <jlh@gmx.ch>
Sat, 13 Sep 2008 17:09:44 +0000 (13 19:09 +0200)
treee2226e291e0232ecfa05e9451904ae05650e168f
parent34174e1ccb7fd0abe17f8f3c6cb10f29b1224fc7
Recorder: Use QPointer also for skype object

Somehow I forgot this in commit fc32f59.

This caused a crash if the lockfile was already locked and
Recorder was immediately destroyed, because the skype member
variable wasn't initialized, but got deleted in the destructor.
recorder.h