hoarder: 0.21.0 -> 0.22.0
[NixPkgs.git] / pkgs / kde / gear / kdeconnect-kde / hardcode-sshfs-path.patch
blobdf78f60fcf903ff82c26fa89db119c1fe158a7be
1 diff --git a/plugins/sftp/mounter.cpp b/plugins/sftp/mounter.cpp
2 index 29e94f3b..c71e552f 100644
3 --- a/plugins/sftp/mounter.cpp
4 +++ b/plugins/sftp/mounter.cpp
5 @@ -94,7 +94,7 @@ void Mounter::onPacketReceived(const NetworkPacket &np)
7 QDir().mkpath(m_mountPoint);
9 - const QString program = QStringLiteral("sshfs");
10 + const QString program = QStringLiteral("@sshfs@");
12 QString path;
13 if (np.has(QStringLiteral("multiPaths")))