mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Merge branch 'master' of git://github.com/RetroShare/RetroShare
This commit is contained in:
commit
6f30aa22a4
@ -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