Changeset 92788 in vbox
- Timestamp:
- Dec 7, 2021 1:19:41 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerGuestTable.cpp
r92787 r92788 25 25 #include "QILabel.h" 26 26 #include "UIActionPool.h" 27 #include "UIConsoleEventHandler.h"28 27 #include "UIConverter.h" 29 28 #include "UICommon.h" … … 169 168 connect(&uiCommon(), &UICommon::sigAskToCommitData, 170 169 this, &UIFileManagerGuestTable::sltCommitDataSignalReceived); 171 connect(gConsoleEvents, &UIConsoleEventHandler::sigAdditionsChange,172 this, &UIFileManagerGuestTable::sltAdditionsChange);173 170 174 171 if (m_pActionPool && m_pActionPool->action(UIActionIndex_M_FileManager_T_GuestSession))
Note:
See TracChangeset
for help on using the changeset viewer.

