Can i get a list of views for a given model or selectionModel?

I update the selectionModel in one place and i need to scroll a QTableView to the newly selected row. But i do not have the table object's reference in the SLOT connected to the selectionModel's selectionChanged(...) SIGNAL.

How else can i get this done?

Thanks in advance.