mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-05 09:35:39 -05: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;
|
QString iconName,tooltip;
|
||||||
TransfersDialog::getPeerName(fileInfo.peers[source_id].peerId, iconName, tooltip);
|
TransfersDialog::getPeerName(fileInfo.peers[source_id].peerId, iconName, tooltip);
|
||||||
|
|
||||||
return QVariant(iconName);
|
return QVariant(QIcon(iconName));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user