sftp: --warning
This commit is contained in:
parent
e0a64f4a30
commit
58e9bf3161
1 changed files with 1 additions and 1 deletions
|
@ -24,8 +24,8 @@ K_PLUGIN_CLASS_WITH_JSON(SftpPlugin, "kdeconnect_sftp.json")
|
||||||
|
|
||||||
SftpPlugin::SftpPlugin(QObject *parent, const QVariantList &args)
|
SftpPlugin::SftpPlugin(QObject *parent, const QVariantList &args)
|
||||||
: KdeConnectPlugin(parent, args)
|
: KdeConnectPlugin(parent, args)
|
||||||
, deviceId(device()->id())
|
|
||||||
, m_mounter(nullptr)
|
, m_mounter(nullptr)
|
||||||
|
, deviceId(device()->id())
|
||||||
{
|
{
|
||||||
addToDolphin();
|
addToDolphin();
|
||||||
qCDebug(KDECONNECT_PLUGIN_SFTP) << "Created device:" << device()->name();
|
qCDebug(KDECONNECT_PLUGIN_SFTP) << "Created device:" << device()->name();
|
||||||
|
|
Loading…
Reference in a new issue