Changeset 70883 in vbox
- Timestamp:
- Feb 6, 2018 12:47:37 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMainEventListener.cpp
r70882 r70883 431 431 { 432 432 CGuestSessionRegisteredEvent cEvent(pEvent); 433 emit sigGuestSessionRegistered(cEvent.GetSession()); 433 CGuestSession guestSession = cEvent.GetSession(); 434 emit sigGuestSessionRegistered(guestSession); 435 434 436 break; 435 437 }
Note:
See TracChangeset
for help on using the changeset viewer.