VirtualBox

Ignore:
Timestamp:
Apr 26, 2007 1:48:04 PM (18 years ago)
Author:
vboxsync
Message:

FE/Qt: Renamed class VMGlobalSettings to VBoxGlobalSettings.

Location:
trunk/src/VBox/Frontends/VirtualBox/ui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui

    r2351 r2354  
    12021202    <include location="local" impldecl="in declaration">QIWidgetValidator.h</include>
    12031203    <include location="local" impldecl="in declaration">QIHotKeyEdit.h</include>
    1204     <include location="local" impldecl="in declaration">VMGlobalSettings.h</include>
     1204    <include location="local" impldecl="in declaration">VBoxGlobalSettings.h</include>
    12051205    <include location="local" impldecl="in implementation">VBoxUtils.h</include>
    12061206    <include location="local" impldecl="in implementation">VBoxGlobal.h</include>
     
    12511251    <function access="private" returnType="bool">event( QEvent * )</function>
    12521252    <function access="protected">showEvent( QShowEvent * )</function>
    1253     <function>getFrom( const CSystemProperties &amp; props, const VMGlobalSettings &amp; gs )</function>
    1254     <function>putBackTo( CSystemProperties &amp; props, VMGlobalSettings &amp; gs )</function>
     1253    <function>getFrom( const CSystemProperties &amp; props, const VBoxGlobalSettings &amp; gs )</function>
     1254    <function>putBackTo( CSystemProperties &amp; props, VBoxGlobalSettings &amp; gs )</function>
    12551255    <function access="protected">setWarning( const QString &amp; )</function>
    12561256    <function returnType="bool">eventFilter( QObject * watched, QEvent * e )</function>
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui.h

    r2350 r2354  
    553553
    554554/**
    555  *  Reads global settings from the given VMGlobalSettings instance
     555 *  Reads global settings from the given VBoxGlobalSettings instance
    556556 *  and from the given CSystemProperties object.
    557557 */
    558558void VBoxGlobalSettingsDlg::getFrom (const CSystemProperties &props,
    559                                      const VMGlobalSettings &gs)
     559                                     const VBoxGlobalSettings &gs)
    560560{
    561561    /* default folders */
     
    629629
    630630/**
    631  *  Writes global settings to the given VMGlobalSettings instance
     631 *  Writes global settings to the given VBoxGlobalSettings instance
    632632 *  and to the given CSystemProperties object.
    633633 */
    634634void VBoxGlobalSettingsDlg::putBackTo (CSystemProperties &props,
    635                                        VMGlobalSettings &gs)
     635                                       VBoxGlobalSettings &gs)
    636636{
    637637    /* default folders */
Note: See TracChangeset for help on using the changeset viewer.

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