mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-25 23:45:49 -04:00
Update SearchDialog.cpp
This commit is contained in:
parent
ecee1e645c
commit
7144b72c31
1 changed files with 1 additions and 1 deletions
|
@ -1197,7 +1197,7 @@ void SearchDialog::insertFile(qulonglong searchId, const FileDetail& file, int s
|
||||||
|
|
||||||
found = true ;
|
found = true ;
|
||||||
|
|
||||||
if(QString::compare((*it)->text(SR_NAME_COL), QString::fromUtf8(file.name.c_str()), Qt::CaseInsensitive)!=0)
|
if(QString::compare((*it)->text(SR_NAME_COL), QString::fromUtf8(file.name.c_str()), Qt::CaseSensitive)!=0)
|
||||||
altname = true;
|
altname = true;
|
||||||
|
|
||||||
if (!item->data(SR_DATA_COL, SR_ROLE_LOCAL).toBool()) {
|
if (!item->data(SR_DATA_COL, SR_ROLE_LOCAL).toBool()) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue