Changeset 13950 in vbox for trunk/src/VBox/Frontends/VirtualBox4
- Timestamp:
- Nov 7, 2008 11:23:23 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 38981
- Location:
- trunk/src/VBox/Frontends/VirtualBox4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/include/VBoxGlobal.h
r13601 r13950 865 865 bool aRecursive = false); 866 866 867 static QList < QPair<QString, QString> > HDDBackends();867 static QList <QPair <QString, QString> > HDDBackends(); 868 868 869 869 /* Qt 4.2.0 support function */ -
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp
r13844 r13950 4694 4694 4695 4695 /** 4696 * Automatically figure out which hdd backends are currently support by vbox.4696 * Figures out which hard disk formats are currently supported by VirtualBox. 4697 4697 * Returned is a list of pairs with the form 4698 * <"Backend Name", "*.suffix1 *.suffix2 ...">.4698 * <tt>{"Backend Name", "*.suffix1 .suffix2 ..."}</tt>. 4699 4699 */ 4700 4700 /* static */ 4701 QList < QPair<QString, QString> > VBoxGlobal::HDDBackends()4701 QList <QPair <QString, QString> > VBoxGlobal::HDDBackends() 4702 4702 { 4703 4703 CSystemProperties systemProperties = vboxGlobal().virtualBox().GetSystemProperties();
Note:
See TracChangeset
for help on using the changeset viewer.