Changeset 2022 in vbox for trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h
- Timestamp:
- Apr 11, 2007 7:25:07 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 20314
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h
r1922 r2022 375 375 bool openURL (const QString &aURL); 376 376 377 static const QString& languageID(); 378 static void loadLanguage (const QString &aLangId = QString::null); 379 static bool loadLanguageFile (const QString &); 380 377 381 QString languageName() const; 378 382 QString languageCountry() const; … … 506 510 507 511 QString verString; 512 513 static QString mLoadedLangId; 508 514 509 515 QValueVector <CGuestOSType> vm_os_types;
Note:
See TracChangeset
for help on using the changeset viewer.