mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
removed a function that is not used anymore
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user