mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-24 14:20:44 -04:00
fixed DL output path in DL list
This commit is contained in:
parent
fe8c81e84a
commit
d95518d17e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue