kde-frameworks: 5.52 -> 5.53

This commit is contained in:
Bastian Köcher
2018-12-14 08:40:06 +01:00
parent 5198a4c3d4
commit fd25c44715
3 changed files with 318 additions and 318 deletions
@@ -14,7 +14,7 @@ Index: kio-5.17.0/src/core/ksambashare.cpp
+ QLatin1Char pathSep(':');
+ QStringList paths = QFile::decodeName(pathEnv).split(pathSep, QString::SkipEmptyParts);
+ for (QStringList::iterator it = paths.begin(); it != paths.end(); ++it) {
+ it->append("/smbd");
+ it->append(QStringLiteral("/smbd"));
+ if (QFile::exists(*it)) {
+ return true;
+ }