Changeset 66245 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.cpp
- Timestamp:
- Mar 24, 2017 1:43:51 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 114166
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.cpp
r64130 r66245 389 389 { 390 390 pSettingsPage = new UIMachineSettingsStorage; 391 connect(pSettingsPage, SIGNAL(s torageChanged()), this, SLOT(sltResetFirstRunFlag()));391 connect(pSettingsPage, SIGNAL(sigStorageChanged()), this, SLOT(sltResetFirstRunFlag())); 392 392 addItem(":/hd_32px.png", ":/hd_24px.png", ":/hd_16px.png", 393 393 iPageIndex, "#storage", pSettingsPage);
Note:
See TracChangeset
for help on using the changeset viewer.