removed a function that is not used anymore

This commit is contained in:
Christophe Dumez 2007-07-30 10:30:43 +00:00
parent b0bbbf0305
commit c0e4b0bbff
2 changed files with 0 additions and 9 deletions

View file

@ -521,14 +521,6 @@ void GUI::previewFile(QString filePath){
}
}
void GUI::selectGivenRow(const QModelIndex& index){
int row = index.row();
unsigned int nbColumns = DLListModel->columnCount();
for(unsigned int i=0; i<nbColumns; ++i){
downloadList->selectionModel()->select(DLListModel->index(row, i), QItemSelectionModel::Select);
}
}
void GUI::on_actionClearLog_triggered(){
infoBar->clear();
}