Is a very basic QT question :
At adressbook example I see :

Qt Code:
  1. at h : class NewAddressTab : public QWidget ()
  2. at cpp : NewAddressTab::NewAddressTab(QWidget *parent){...}
To copy to clipboard, switch view to plain text mode 

Why it is not neccesary to pass parent ?
Thanks