Removed old TODO
This commit is contained in:
parent
96d6e4bccb
commit
5177937e95
1 changed files with 0 additions and 2 deletions
|
@ -88,8 +88,6 @@ bool SharePlugin::receivePackage(const NetworkPackage& np)
|
|||
if (np.hasPayload()) {
|
||||
//kDebug(kdeconnect_kded()) << "receiving file";
|
||||
QString filename = np.get<QString>("filename", QString::number(QDateTime::currentMSecsSinceEpoch()));
|
||||
//TODO: Ask before overwritting or rename file if it already exists
|
||||
|
||||
KUrl destination = destinationDir();
|
||||
destination.addPath(filename);
|
||||
FileTransferJob* job = np.createPayloadTransferJob(destination);
|
||||
|
|
Loading…
Reference in a new issue