VirtualBox

Ignore:
Timestamp:
Dec 3, 2018 1:03:37 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
127107
Message:

FE/Qt: bugref:6699. Removing move actions. RIP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestFileTable.cpp

    r75897 r75903  
    330330}
    331331
    332 void UIGuestFileTable::copyHostToGuest(const QStringList &hostSourcePathList, bool fDeleteAfterSuccessfulCopy /* = false */,
     332void UIGuestFileTable::copyHostToGuest(const QStringList &hostSourcePathList,
    333333                                        const QString &strDestination /* = QString() */)
    334334{
     
    357357        return;
    358358    emit sigNewFileOperation(progress);
    359     /* Cache the progress id and host source file objects' path in case of move operation. we will delete
    360      * these when/if we receieve progress completed notification: */
    361     if (fDeleteAfterSuccessfulCopy)
    362         emit sigCacheHostFileObjectsForDeletion(progress.GetId(), sourcePaths.toList());
    363 }
    364 
    365 void UIGuestFileTable::copyGuestToHost(const QString& hostDestinationPath, bool fDeleteAfterSuccessfulCopy /* = false */)
     359}
     360
     361void UIGuestFileTable::copyGuestToHost(const QString& hostDestinationPath)
    366362{
    367363    if (!checkGuestSession())
     
    386382        return;
    387383    emit sigNewFileOperation(progress);
    388     /* Cache the progress id and source file objects' path in case of move operation. we will delete
    389      * these when/if we receieve progress completed notification: */
    390     if (fDeleteAfterSuccessfulCopy)
    391         m_deleteAfterCopyCache[progress.GetId()] = sourcePaths.toList();
    392384}
    393385
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette