Changeset 2354 in vbox for trunk/src/VBox/Frontends/VirtualBox/ui
- Timestamp:
- Apr 26, 2007 1:48:04 PM (18 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/ui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui
r2351 r2354 1202 1202 <include location="local" impldecl="in declaration">QIWidgetValidator.h</include> 1203 1203 <include location="local" impldecl="in declaration">QIHotKeyEdit.h</include> 1204 <include location="local" impldecl="in declaration">V MGlobalSettings.h</include>1204 <include location="local" impldecl="in declaration">VBoxGlobalSettings.h</include> 1205 1205 <include location="local" impldecl="in implementation">VBoxUtils.h</include> 1206 1206 <include location="local" impldecl="in implementation">VBoxGlobal.h</include> … … 1251 1251 <function access="private" returnType="bool">event( QEvent * )</function> 1252 1252 <function access="protected">showEvent( QShowEvent * )</function> 1253 <function>getFrom( const CSystemProperties & props, const V MGlobalSettings & gs )</function>1254 <function>putBackTo( CSystemProperties & props, V MGlobalSettings & gs )</function>1253 <function>getFrom( const CSystemProperties & props, const VBoxGlobalSettings & gs )</function> 1254 <function>putBackTo( CSystemProperties & props, VBoxGlobalSettings & gs )</function> 1255 1255 <function access="protected">setWarning( const QString & )</function> 1256 1256 <function returnType="bool">eventFilter( QObject * watched, QEvent * e )</function> -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui.h
r2350 r2354 553 553 554 554 /** 555 * Reads global settings from the given V MGlobalSettings instance555 * Reads global settings from the given VBoxGlobalSettings instance 556 556 * and from the given CSystemProperties object. 557 557 */ 558 558 void VBoxGlobalSettingsDlg::getFrom (const CSystemProperties &props, 559 const V MGlobalSettings &gs)559 const VBoxGlobalSettings &gs) 560 560 { 561 561 /* default folders */ … … 629 629 630 630 /** 631 * Writes global settings to the given V MGlobalSettings instance631 * Writes global settings to the given VBoxGlobalSettings instance 632 632 * and to the given CSystemProperties object. 633 633 */ 634 634 void VBoxGlobalSettingsDlg::putBackTo (CSystemProperties &props, 635 V MGlobalSettings &gs)635 VBoxGlobalSettings &gs) 636 636 { 637 637 /* default folders */
Note:
See TracChangeset
for help on using the changeset viewer.