Changeset 10229 in vbox for trunk/src/VBox/Frontends/VirtualBox4
- Timestamp:
- Jul 4, 2008 2:05:11 PM (16 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox4/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSelectorWnd.cpp
r10227 r10229 535 535 vmTools->addAction (vmStartAction); 536 536 vmTools->addAction (vmDiscardAction); 537 #ifdef Q_WS_MAC538 vmTools->setMacStyle();539 #endif540 537 541 538 /* add actions to menubar */ -
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSnapshotsWgt.cpp
r9056 r10229 276 276 277 277 ((QVBoxLayout*)layout())->insertWidget (0, toolBar); 278 279 #ifdef Q_WS_MAC280 toolBar->setMacStyle();281 #endif282 278 283 279 /* Setup actions */
Note:
See TracChangeset
for help on using the changeset viewer.