What is the recommended way to destroy QListViewItems? The Qt docs suggests to call the QListViewItem's destructor, a.k.a. ~QListViewItem, but how do we do that, by the way? Vio