- Timestamp:
- Oct 6, 2014 1:12:21 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGMachinePreview.cpp
r52730 r52952 256 256 break; 257 257 258 /* Create image based on shallow copy o r reordered data: */258 /* Create image based on shallow copy of acquired data: */ 259 259 image = QImage(screenData.data(), size.width(), size.height(), QImage::Format_RGB32); 260 /* And detach that copy to make it deep: */ 261 (uchar*)image.bits(); 260 262 /* Dim image to give it required look for PAUSED state: */ 261 263 if (machineState == KMachineState_Paused)
Note:
See TracChangeset
for help on using the changeset viewer.