mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 06:55:59 +03:00
Defer handling of pretty remote path to subclasses.
The base class cannot reasonably assume anything about pretty printing. The subclasses know a lot better.
This commit is contained in:
parent
a05a4c3741
commit
d0a66b70f4
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ QString Folder::nativePath() const
|
|||
|
||||
QString Folder::nativeSecondPath() const
|
||||
{
|
||||
return QDir::toNativeSeparators(_secondPath);
|
||||
return _secondPath;
|
||||
}
|
||||
|
||||
bool Folder::syncEnabled() const
|
||||
|
|
Loading…
Reference in a new issue