Changeset 5078 in vbox for trunk/src/VBox/Frontends/VirtualBox/include
- Timestamp:
- Sep 27, 2007 1:58:39 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 24903
- Location:
- trunk/src/VBox/Frontends/VirtualBox/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleWnd.h
r4514 r5078 227 227 // Help actions 228 228 QAction *helpWebAction; 229 QAction *helpRegisterAction; 229 230 QAction *helpAboutAction; 230 231 QAction *helpResetMessagesAction; -
trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h
r5051 r5078 377 377 #endif 378 378 379 void showRegistrationDialog();379 void callRegistration(); 380 380 381 381 CSession openSession (const QUuid &id); … … 511 511 512 512 bool openURL (const QString &aURL); 513 514 void showRegistrationDialog(); 513 515 514 516 protected: -
trunk/src/VBox/Frontends/VirtualBox/include/VBoxSelectorWnd.h
r4071 r5078 120 120 QAction *helpContentsAction; 121 121 QAction *helpWebAction; 122 QAction *helpRegisterAction; 122 123 QAction *helpAboutAction; 123 124 QAction *helpResetMessagesAction;
Note:
See TracChangeset
for help on using the changeset viewer.