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:
Daniel Molkentin 2012-09-21 18:33:11 +02:00
parent a05a4c3741
commit d0a66b70f4

View file

@ -104,7 +104,7 @@ QString Folder::nativePath() const
QString Folder::nativeSecondPath() const
{
return QDir::toNativeSeparators(_secondPath);
return _secondPath;
}
bool Folder::syncEnabled() const