mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-18 05:50:39 -04:00
added missing decoration icon on transfer sources
This commit is contained in:
parent
f5a3b26199
commit
13b18e3e90
1 changed files with 1 additions and 1 deletions
|
@ -602,7 +602,7 @@ public:
|
|||
QString iconName,tooltip;
|
||||
TransfersDialog::getPeerName(fileInfo.peers[source_id].peerId, iconName, tooltip);
|
||||
|
||||
return QVariant(iconName);
|
||||
return QVariant(QIcon(iconName));
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue