Changeset 75289 in vbox
- Timestamp:
- Nov 6, 2018 2:58:09 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIHostFileTable.cpp
r75284 r75289 494 494 void UIHostFileTable::prepareActionConnections() 495 495 { 496 connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Guest_GoUp), &QAction::triggered,497 this, &UIGuestControlFileTable::sltGoUp);498 496 connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Host_GoUp), &QAction::triggered, 499 497 this, &UIGuestControlFileTable::sltGoUp); 500 connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Guest_GoHome), &QAction::triggered,501 this, &UIGuestControlFileTable::sltGoHome);502 498 connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Host_GoHome), &QAction::triggered, 503 499 this, &UIGuestControlFileTable::sltGoHome); 504 connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Guest_Refresh), &QAction::triggered,505 this, &UIGuestControlFileTable::sltRefresh);506 500 connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Host_Refresh), &QAction::triggered, 507 501 this, &UIGuestControlFileTable::sltRefresh); 508 connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Guest_Delete), &QAction::triggered,509 this, &UIGuestControlFileTable::sltDelete);510 502 connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Host_Delete), &QAction::triggered, 511 503 this, &UIGuestControlFileTable::sltDelete); 512 connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Guest_Rename), &QAction::triggered,513 this, &UIGuestControlFileTable::sltRename);514 504 connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Host_Rename), &QAction::triggered, 515 505 this, &UIGuestControlFileTable::sltRename); 516 connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Guest_Copy), &QAction::triggered,517 this, &UIGuestControlFileTable::sltCopy);518 506 connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Host_Copy), &QAction::triggered, 519 507 this, &UIGuestControlFileTable::sltCopy); 520 connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Guest_Cut), &QAction::triggered,521 this, &UIGuestControlFileTable::sltCut);522 508 connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Host_Cut), &QAction::triggered, 523 509 this, &UIGuestControlFileTable::sltCut); 524 connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Guest_Paste), &QAction::triggered,525 this, &UIGuestControlFileTable::sltPaste);526 510 connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Host_Paste), &QAction::triggered, 527 511 this, &UIGuestControlFileTable::sltPaste); 528 connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Guest_SelectAll), &QAction::triggered,529 this, &UIGuestControlFileTable::sltSelectAll);530 512 connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Host_SelectAll), &QAction::triggered, 531 513 this, &UIGuestControlFileTable::sltSelectAll); 532 connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Guest_InvertSelection), &QAction::triggered,533 this, &UIGuestControlFileTable::sltInvertSelection);534 514 connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Host_InvertSelection), &QAction::triggered, 535 515 this, &UIGuestControlFileTable::sltInvertSelection); 536 connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Guest_ShowProperties), &QAction::triggered,537 this, &UIGuestControlFileTable::sltShowProperties);538 516 connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Host_ShowProperties), &QAction::triggered, 539 517 this, &UIGuestControlFileTable::sltShowProperties); 540 connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Guest_CreateNewDirectory), &QAction::triggered,541 this, &UIGuestControlFileTable::sltCreateNewDirectory);542 518 connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Host_CreateNewDirectory), &QAction::triggered, 543 519 this, &UIGuestControlFileTable::sltCreateNewDirectory);
Note:
See TracChangeset
for help on using the changeset viewer.

