Changeset 52055 in vbox for trunk/src/VBox
- Timestamp:
- Jul 16, 2014 5:03:39 PM (11 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp
r52014 r52055 371 371 popupCenter().showPopupStack(activeMachineWindow()); 372 372 } 373 374 /* Notify other listeners: */ 375 emit sigNotifyAbout3DOverlayVisibilityChange(fVisible); 373 376 } 374 377 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h
r51596 r52055 50 50 { 51 51 Q_OBJECT; 52 53 signals: 54 55 /** Notifies listeners about 3D overlay visibility change. */ 56 void sigNotifyAbout3DOverlayVisibilityChange(bool fVisible); 52 57 53 58 public:
Note:
See TracChangeset
for help on using the changeset viewer.