VirtualBox

Changeset 92900 in vbox


Ignore:
Timestamp:
Dec 14, 2021 4:52:04 PM (3 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9371. Incorparating new copy flags.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl
Files:
2 edited

Legend:

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

    r92896 r92900  
    624624             * into existing directories on the guest. This otherwise would fail (default). */
    625625            if (RTFS_IS_DIRECTORY(ObjInfo.Attr.fMode))
     626            {
    626627                aFlags.append("CopyIntoExisting");
     628                aFlags.append("Recursive");
     629                aFlags.append("FollowLinks");
     630            }
    627631            else /* Make sure to keep the vector in sync with the number of source items by adding an empty entry. */
    628632                aFlags.append("");
     
    690694        KFsObjType eType = fileType(fileInfo);
    691695        if (eType == KFsObjType_Directory)
     696        {
    692697            aFlags.append("CopyIntoExisting");
     698            aFlags.append("Recursive");
     699            aFlags.append("FollowLinks");
     700        }
    693701        else /* Make sure to keep the vector in sync with the number of source items by adding an empty entry. */
    694702            aFlags.append("");
  • trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerHostTable.cpp

    r92860 r92900  
    373373        propertyStringList << UIFileManager::tr("<b>Owner:</b> %1").arg(fileInfo.owner());
    374374
    375         return propertyStringList.join(QString());;
     375        return propertyStringList.join(QString());
    376376    }
    377377
Note: See TracChangeset for help on using the changeset viewer.

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