mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed appearing false line in Transfers
This commit is contained in:
parent
8afa127ed5
commit
01cc2322e8
@ -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…
Reference in New Issue
Block a user