VirtualBox

Changeset 75289 in vbox


Ignore:
Timestamp:
Nov 6, 2018 2:58:09 PM (6 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:6699. Remove guest action correnctions from the host file table

File:
1 edited

Legend:

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

    r75284 r75289  
    494494void UIHostFileTable::prepareActionConnections()
    495495{
    496     connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Guest_GoUp), &QAction::triggered,
    497             this, &UIGuestControlFileTable::sltGoUp);
    498496    connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Host_GoUp), &QAction::triggered,
    499497            this, &UIGuestControlFileTable::sltGoUp);
    500     connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Guest_GoHome), &QAction::triggered,
    501             this, &UIGuestControlFileTable::sltGoHome);
    502498    connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Host_GoHome), &QAction::triggered,
    503499            this, &UIGuestControlFileTable::sltGoHome);
    504     connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Guest_Refresh), &QAction::triggered,
    505             this, &UIGuestControlFileTable::sltRefresh);
    506500    connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Host_Refresh), &QAction::triggered,
    507501            this, &UIGuestControlFileTable::sltRefresh);
    508     connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Guest_Delete), &QAction::triggered,
    509             this, &UIGuestControlFileTable::sltDelete);
    510502    connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Host_Delete), &QAction::triggered,
    511503            this, &UIGuestControlFileTable::sltDelete);
    512     connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Guest_Rename), &QAction::triggered,
    513             this, &UIGuestControlFileTable::sltRename);
    514504    connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Host_Rename), &QAction::triggered,
    515505            this, &UIGuestControlFileTable::sltRename);
    516     connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Guest_Copy), &QAction::triggered,
    517             this, &UIGuestControlFileTable::sltCopy);
    518506    connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Host_Copy), &QAction::triggered,
    519507            this, &UIGuestControlFileTable::sltCopy);
    520     connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Guest_Cut), &QAction::triggered,
    521             this, &UIGuestControlFileTable::sltCut);
    522508    connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Host_Cut), &QAction::triggered,
    523509            this, &UIGuestControlFileTable::sltCut);
    524     connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Guest_Paste), &QAction::triggered,
    525             this, &UIGuestControlFileTable::sltPaste);
    526510    connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Host_Paste), &QAction::triggered,
    527511            this, &UIGuestControlFileTable::sltPaste);
    528     connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Guest_SelectAll), &QAction::triggered,
    529             this, &UIGuestControlFileTable::sltSelectAll);
    530512    connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Host_SelectAll), &QAction::triggered,
    531513            this, &UIGuestControlFileTable::sltSelectAll);
    532     connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Guest_InvertSelection), &QAction::triggered,
    533             this, &UIGuestControlFileTable::sltInvertSelection);
    534514    connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Host_InvertSelection), &QAction::triggered,
    535515            this, &UIGuestControlFileTable::sltInvertSelection);
    536     connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Guest_ShowProperties), &QAction::triggered,
    537             this, &UIGuestControlFileTable::sltShowProperties);
    538516    connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Host_ShowProperties), &QAction::triggered,
    539517            this, &UIGuestControlFileTable::sltShowProperties);
    540     connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Guest_CreateNewDirectory), &QAction::triggered,
    541             this, &UIGuestControlFileTable::sltCreateNewDirectory);
    542518    connect(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Host_CreateNewDirectory), &QAction::triggered,
    543519            this, &UIGuestControlFileTable::sltCreateNewDirectory);
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