Changeset 2495 in vbox for trunk/src/VBox/Frontends/VirtualBox/include
- Timestamp:
- May 4, 2007 12:57:03 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 20926
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleWnd.h
r2493 r2495 150 150 void activateSFMenu(); 151 151 152 void statusTipChanged (const QString &); 153 void clearStatusBar(); 154 152 155 void showIndicatorContextMenu (QIStateIndicator *ind, QContextMenuEvent *e); 153 156 … … 219 222 int devicesVRDPMenuSeparatorId; 220 223 int devicesSFMenuSeparatorId; 224 225 bool waitForStatusBarChange; 226 bool statusBarChangedInside; 221 227 222 228 #ifdef VBOX_WITH_DEBUGGER_GUI
Note:
See TracChangeset
for help on using the changeset viewer.