mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-17 20:04:22 -05:00
fixed DL output path in DL list
This commit is contained in:
parent
fe8c81e84a
commit
d95518d17e
@ -442,7 +442,7 @@ public:
|
|||||||
{
|
{
|
||||||
QString strPath = QString::fromUtf8(fileInfo.path.c_str());
|
QString strPath = QString::fromUtf8(fileInfo.path.c_str());
|
||||||
QString strPathAfterDL = strPath;
|
QString strPathAfterDL = strPath;
|
||||||
strPathAfterDL.replace(QString::fromUtf8(rsFiles->getDownloadDirectory().c_str()),"");
|
strPathAfterDL.replace(QString::fromUtf8(rsFiles->getDownloadDirectory().c_str()),"[Download Dir]");
|
||||||
|
|
||||||
return QVariant(strPathAfterDL);
|
return QVariant(strPathAfterDL);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user