Changeset 48706 in vbox for trunk/src/VBox
- Timestamp:
- Sep 26, 2013 12:24:20 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineWindow.cpp
r46898 r48706 199 199 } 200 200 201 #ifndef VBOX_WITH_TRANSLUCENT_SEAMLESS 201 202 void UIMachineWindow::setMask(const QRegion ®ion) 202 203 { … … 204 205 QMainWindow::setMask(region); 205 206 } 207 #endif /* !VBOX_WITH_TRANSLUCENT_SEAMLESS */ 206 208 207 209 void UIMachineWindow::retranslateUi()
Note:
See TracChangeset
for help on using the changeset viewer.