Changeset 106061 in vbox for trunk/src/VBox/GuestHost/DragAndDrop
- Timestamp:
- Sep 16, 2024 2:03:52 PM (6 months ago)
- svn:sync-xref-src-repo-rev:
- 164827
- Location:
- trunk/src/VBox/GuestHost/DragAndDrop
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/DragAndDrop/DnDDroppedFiles.cpp
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2014-202 3Oracle and/or its affiliates.7 * Copyright (C) 2014-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/GuestHost/DragAndDrop/DnDMIME.cpp
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2014-202 3Oracle and/or its affiliates.7 * Copyright (C) 2014-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/GuestHost/DragAndDrop/DnDPath.cpp
r104605 r106061 5 5 6 6 /* 7 * Copyright (C) 2014-202 3Oracle and/or its affiliates.7 * Copyright (C) 2014-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/GuestHost/DragAndDrop/DnDTransferList.cpp
r104605 r106061 5 5 6 6 /* 7 * Copyright (C) 2014-202 3Oracle and/or its affiliates.7 * Copyright (C) 2014-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/GuestHost/DragAndDrop/DnDTransferObject.cpp
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2014-202 3Oracle and/or its affiliates.7 * Copyright (C) 2014-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/GuestHost/DragAndDrop/DnDUtils.cpp
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2022-202 3Oracle and/or its affiliates.7 * Copyright (C) 2022-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/GuestHost/DragAndDrop/Makefile.kmk
r98208 r106061 5 5 6 6 # 7 # Copyright (C) 2014-202 3Oracle and/or its affiliates.7 # Copyright (C) 2014-2024 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/GuestHost/DragAndDrop/testcase/Makefile.kmk
r98413 r106061 5 5 6 6 # 7 # Copyright (C) 2020-202 3Oracle and/or its affiliates.7 # Copyright (C) 2020-2024 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/GuestHost/DragAndDrop/testcase/tstDnDPath.cpp
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2020-202 3Oracle and/or its affiliates.7 * Copyright (C) 2020-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/GuestHost/DragAndDrop/testcase/tstDnDTransferList.cpp
r98638 r106061 5 5 6 6 /* 7 * Copyright (C) 2020-202 3Oracle and/or its affiliates.7 * Copyright (C) 2020-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/GuestHost/DragAndDrop/testcase/tstDnDTransferObject.cpp
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2020-202 3Oracle and/or its affiliates.7 * Copyright (C) 2020-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/GuestHost/DragAndDrop/testcase/tstDragAndDropQt/Makefile.kmk
r101555 r106061 5 5 6 6 # 7 # Copyright (C) 2022-202 3Oracle and/or its affiliates.7 # Copyright (C) 2022-2024 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/GuestHost/DragAndDrop/testcase/tstDragAndDropQt/tstDragAndDropQt.cpp
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2022-202 3Oracle and/or its affiliates.7 * Copyright (C) 2022-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as
Note:
See TracChangeset
for help on using the changeset viewer.