mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 11:02:30 -04:00
fixed appearing false line in Transfers
This commit is contained in:
parent
8afa127ed5
commit
01cc2322e8
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ public:
|
|||
|
||||
if(!ref) // top level. The entry is that of a transfer
|
||||
{
|
||||
if(!convertTabEntryToRefPointer(row,-1,subref))
|
||||
if(row >= mDownloads.size() || !convertTabEntryToRefPointer(row,-1,subref))
|
||||
return QModelIndex() ;
|
||||
|
||||
return createIndex(row,column,subref) ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue