a simple question, as the QT manual don't specifically state it; the QT manual mention the the De-constructor does it, but not deletelater().
When we invoke deletelater() on an object, does it disconnect all it signals and slots registration as well?