Changeset 57715 in vbox for trunk/src/VBox
- Timestamp:
- Sep 11, 2015 12:18:33 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 102629
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp
r57688 r57715 928 928 929 929 /* We should watch for requested modes: */ 930 connect(uisession(), SIGNAL(sigInitialized()), this, SLOT(sltCheckForRequestedVisualStateType()) );930 connect(uisession(), SIGNAL(sigInitialized()), this, SLOT(sltCheckForRequestedVisualStateType()), Qt::QueuedConnection); 931 931 connect(uisession(), SIGNAL(sigAdditionsStateChange()), this, SLOT(sltCheckForRequestedVisualStateType())); 932 932
Note:
See TracChangeset
for help on using the changeset viewer.