Sftp: do not require the ip field anymore
It's no longer used
This commit is contained in:
parent
4acc4ed493
commit
7119a831f0
1 changed files with 1 additions and 2 deletions
|
@ -23,8 +23,7 @@
|
|||
|
||||
K_PLUGIN_CLASS_WITH_JSON(SftpPlugin, "kdeconnect_sftp.json")
|
||||
|
||||
static const QSet<QString> fields_c = QSet<QString>() << QStringLiteral("ip") << QStringLiteral("port") << QStringLiteral("user") << QStringLiteral("port")
|
||||
<< QStringLiteral("path");
|
||||
static const QSet<QString> fields_c = QSet<QString>() << QStringLiteral("user") << QStringLiteral("port") << QStringLiteral("path");
|
||||
|
||||
struct SftpPlugin::Pimpl {
|
||||
Pimpl()
|
||||
|
|
Loading…
Reference in a new issue