- Remove outdated program preferences

This commit is contained in:
Christophe Dumez 2009-11-14 14:18:32 +00:00
commit 0a1ae18412
3 changed files with 12 additions and 16 deletions

View file

@ -115,7 +115,8 @@ protected slots:
if(!ips.empty())
cond.wakeOne();
mut.unlock();
sender()->deleteLater();
delete sender();
//sender()->deleteLater();
}
protected: