Changeset 10968 in vbox for trunk/src/VBox/Frontends/VirtualBox4
- Timestamp:
- Jul 30, 2008 9:59:24 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSettingsDialogSpecific.cpp
r10769 r10968 225 225 connect (prefPage, SIGNAL (tableChanged()), this, SLOT (resetFirstRunFlag())); 226 226 addItem (":/machine_32px.png", ":/machine_16px.png", 227 GeneralId, "#general", 227 GeneralId, "#general", 228 228 prefPage); 229 229 … … 236 236 connect (prefPage, SIGNAL (hdChanged()), this, SLOT (resetFirstRunFlag())); 237 237 addItem (":/hd_32px.png", ":/hd_16px.png", 238 HDId, "#hdds", 238 HDId, "#hdds", 239 239 prefPage, StorageId); 240 240 … … 301 301 /* Applying language settings */ 302 302 retranslateUi(); 303 303 304 304 /* First item as default */ 305 305 … … 337 337 } 338 338 339 void VBoxVMSettingsDlg::addItem (const QString &aBigIcon, const QString &aSmallIcon, int aId, const QString &aLink, VBoxSettingsPage* aPrefPage /* = NULL*/, int aParentId /* = -1 */) 339 void VBoxVMSettingsDlg::addItem (const QString &aBigIcon, 340 const QString &aSmallIcon, 341 int aId, 342 const QString &aLink, 343 VBoxSettingsPage* aPrefPage /* = NULL*/, 344 int aParentId /* = -1 */) 340 345 { 341 346 QWidget *page = mSelector->addItem (aBigIcon, aSmallIcon,
Note:
See TracChangeset
for help on using the changeset viewer.