Changeset 12010 in vbox for trunk/src/VBox/Frontends/VirtualBox4/include/VBoxConsoleWnd.h
- Timestamp:
- Sep 2, 2008 10:08:52 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 35922
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/include/VBoxConsoleWnd.h
r12007 r12010 25 25 26 26 #include "COMDefs.h" 27 27 28 #include "QIWithRetranslateUI.h" 29 30 #include "VBoxProblemReporter.h" 28 31 29 32 /* Qt includes */ … … 32 35 #include <QColor> 33 36 #include <QDialog> 34 35 37 36 38 #ifdef VBOX_WITH_DEBUGGER_GUI … … 239 241 240 242 // Help actions 241 QAction *helpContentsAction; 242 QAction *helpWebAction; 243 QAction *helpRegisterAction; 244 QAction *helpUpdateAction; 245 QAction *helpAboutAction; 246 QAction *helpResetMessagesAction; 243 VBoxHelpActions mHelpActions; 247 244 248 245 // Machine popup menus
Note:
See TracChangeset
for help on using the changeset viewer.