Changeset 52706 in vbox
- Timestamp:
- Sep 11, 2014 3:14:07 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 96042
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineWindowSeamless.cpp
r52705 r52706 223 223 { 224 224 /* Make sure this window has seamless logic: */ 225 const UIMachineLogic Fullscreen*pSeamlessLogic = qobject_cast<UIMachineLogicSeamless*>(machineLogic());225 const UIMachineLogicSeamless *pSeamlessLogic = qobject_cast<UIMachineLogicSeamless*>(machineLogic()); 226 226 AssertPtrReturnVoid(pSeamlessLogic); 227 227
Note:
See TracChangeset
for help on using the changeset viewer.