Changeset 24395 in vbox for trunk/src/VBox/Frontends/VirtualBox/include
- Timestamp:
- Nov 5, 2009 3:52:25 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 54435
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxVMSettingsHD.h
r24161 r24395 143 143 void setCtrType (KStorageControllerType aCtrType); 144 144 145 virtual DeviceTypeList deviceTypeList() const = 0;145 DeviceTypeList deviceTypeList() const; 146 146 147 147 protected: … … 164 164 private: 165 165 166 DeviceTypeList deviceTypeList() const;167 168 166 KStorageControllerType first() const; 169 167 uint size() const; … … 179 177 private: 180 178 181 DeviceTypeList deviceTypeList() const;182 183 179 KStorageControllerType first() const; 184 180 uint size() const; … … 194 190 private: 195 191 196 DeviceTypeList deviceTypeList() const;197 198 192 KStorageControllerType first() const; 199 193 uint size() const; … … 208 202 209 203 private: 210 211 DeviceTypeList deviceTypeList() const;212 204 213 205 KStorageControllerType first() const; … … 421 413 R_AttSlots, 422 414 R_AttDevice, 423 R_AttDevices,424 415 R_AttMediumId, 425 416 R_AttIsShowDiffs, … … 504 495 public: 505 496 506 StorageDelegate (QObject *aParent , bool aDisableStaticControls);497 StorageDelegate (QObject *aParent); 507 498 508 499 private: … … 524 515 public: 525 516 526 VBoxVMSettingsHD (bool aDisableStaticControls = false);517 VBoxVMSettingsHD(); 527 518 528 519 signals:
Note:
See TracChangeset
for help on using the changeset viewer.