Changeset 16942 in vbox for trunk/src/VBox
- Timestamp:
- Feb 19, 2009 10:50:42 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 43095
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp
r16867 r16942 659 659 * is constructed of dynamic items only) */ 660 660 connect (mDevicesMountFloppyMenu, SIGNAL (aboutToHide()), 661 this, SLOT (clearStatusBar()));661 statusBar(), SLOT (clearMessage())); 662 662 connect (mDevicesMountDVDMenu, SIGNAL (aboutToHide()), 663 this, SLOT (clearStatusBar()));663 statusBar(), SLOT (clearMessage())); 664 664 connect (mDevicesNetworkMenu, SIGNAL (aboutToHide()), 665 this, SLOT (clearStatusBar()));665 statusBar(), SLOT (clearMessage())); 666 666 667 667 connect (fd_light, SIGNAL (contextMenuRequested (QIStateIndicator *, QContextMenuEvent *)),
Note:
See TracChangeset
for help on using the changeset viewer.