VirtualBox

Ignore:
Timestamp:
Nov 7, 2008 11:23:23 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38981
Message:

Main: Removed redundant suffixes from DataType, DataFlags and HardDiskFormatCapabilities enums + cleanup.

Location:
trunk/src/VBox/Frontends/VirtualBox4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/include/VBoxGlobal.h

    r13601 r13950  
    865865                                bool aRecursive = false);
    866866
    867     static QList< QPair<QString, QString> > HDDBackends();
     867    static QList <QPair <QString, QString> > HDDBackends();
    868868
    869869    /* Qt 4.2.0 support function */
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp

    r13844 r13950  
    46944694
    46954695/**
    4696  * Automatically figure out which hdd backends are currently support by vbox.
     4696 * Figures out which hard disk formats are currently supported by VirtualBox.
    46974697 * Returned is a list of pairs with the form
    4698  * <"Backend Name", "*.suffix1 *.suffix2 ...">.
     4698 *   <tt>{"Backend Name", "*.suffix1 .suffix2 ..."}</tt>.
    46994699 */
    47004700/* static */
    4701 QList< QPair<QString, QString> > VBoxGlobal::HDDBackends()
     4701QList <QPair <QString, QString> > VBoxGlobal::HDDBackends()
    47024702{
    47034703    CSystemProperties systemProperties = vboxGlobal().virtualBox().GetSystemProperties();
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette