mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
added missing decoration icon on transfer sources
This commit is contained in:
parent
f5a3b26199
commit
13b18e3e90
@ -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…
Reference in New Issue
Block a user