When trying to send file, actually tell the plugin to send the file
Works wonderfully on new apk's. \o/ Reviewed by Albert Vaca
This commit is contained in:
parent
db0d30e2e9
commit
59cab0dc06
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ QList<QAction*> SendFileItemAction::actions(const KFileItemListProperties& fileI
|
|||
action->setProperty("id", idx.data(DevicesModel::IdModelRole));
|
||||
action->setProperty("urls", QVariant::fromValue(fileItemInfos.urlList()));
|
||||
action->setProperty("parentWidget", QVariant::fromValue(parentWidget));
|
||||
connect(action, SIGNAL(triggered(bool)), this, SLOT(sendFile()));
|
||||
actions += action;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue