Changeset 75952 in vbox
- Timestamp:
- Dec 4, 2018 5:48:36 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestControlFileManager.cpp
r75950 r75952 62 62 #endif /* !VBOX_WITH_PRECOMPILED_HEADERS */ 63 63 64 #define TEST_COPY65 64 66 65 /********************************************************************************************************************************* … … 163 162 if (m_comGuestSession.isOk() && m_pQtSessionListener && m_comSessionListener.isOk()) 164 163 cleanupListener(m_pQtSessionListener, m_comSessionListener, m_comGuestSession.GetEventSource()); 164 165 if (m_comGuestSession.isOk()) 166 m_comGuestSession.Close(); 167 165 168 saveOptions(); 166 169 UIGuestControlFileManagerOptions::destroy(); … … 593 596 if (m_pVerticalToolBar) 594 597 m_pVerticalToolBar->setEnabled(false); 595 596 } 597 598 } 598 599 599 600 bool UIGuestControlFileManager::createSession(const QString& strUserName, const QString& strPassword,
Note:
See TracChangeset
for help on using the changeset viewer.