Changeset 5051 in vbox for trunk/src/VBox/Frontends/VirtualBox/include
- Timestamp:
- Sep 26, 2007 2:57:45 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 24862
- Location:
- trunk/src/VBox/Frontends/VirtualBox/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxDefs.h
r5022 r5051 164 164 static const char* GUI_LicenseKey; 165 165 #endif 166 static const char* GUI_RegistrationTr yLeft;166 static const char* GUI_RegistrationTriesLeft; 167 167 static const char* GUI_RegistrationDlgWinID; 168 168 }; -
trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h
r5047 r5051 404 404 /* various helpers */ 405 405 406 bool openURL (const QString &aURL);407 408 406 QString languageName() const; 409 407 QString languageCountry() const; … … 510 508 void snapshotChanged (const VBoxSnapshotEvent &e); 511 509 510 public slots: 511 512 bool openURL (const QString &aURL); 513 512 514 protected: 513 515 514 516 bool event (QEvent *e); 515 517 bool eventFilter (QObject *, QEvent *); 516 517 private slots:518 519 void onOpenURL (const QString &aURL) { openURL (aURL); }520 518 521 519 private:
Note:
See TracChangeset
for help on using the changeset viewer.