QT:4.1.1

Hello everybody,

Which function should i use to get my selected row?
I need this to insert here:
Qt Code:
  1. int myRow = tableView->???(); //i should get my selected Row as integer
  2. model->removeRows(myRow,1);
To copy to clipboard, switch view to plain text mode