mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 07:18:08 +00:00
- removed debug output
This commit is contained in:
parent
9e46c6c047
commit
4ea6ca75ca
@ -255,7 +255,6 @@ void SearchEngine::downloadSelectedItem(const QModelIndex& index){
|
||||
// line to search results calling appendSearchResult().
|
||||
void SearchEngine::readSearchOutput(){
|
||||
QByteArray output = searchProcess->readAllStandardOutput();
|
||||
std::cerr << searchProcess->readAllStandardError().data() << std::endl;
|
||||
output.replace("\r", "");
|
||||
QList<QByteArray> lines_list = output.split('\n');
|
||||
if(!search_result_line_truncated.isEmpty()){
|
||||
|
Loading…
Reference in New Issue
Block a user