Changeset 23723 in vbox for trunk/src/VBox/Frontends/VirtualBox/include/VBoxVMSettingsHD.h
- Timestamp:
- Oct 13, 2009 1:12:05 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxVMSettingsHD.h
r23580 r23723 504 504 public: 505 505 506 StorageDelegate (QObject *aParent );506 StorageDelegate (QObject *aParent, bool aDisableStaticControls); 507 507 508 508 private: 509 509 510 510 void paint (QPainter *aPainter, const QStyleOptionViewItem &aOption, const QModelIndex &aIndex) const; 511 512 bool mDisableStaticControls; 511 513 }; 512 514 … … 522 524 public: 523 525 524 VBoxVMSettingsHD ();526 VBoxVMSettingsHD (bool aDisableStaticControls = false); 525 527 526 528 signals: … … 608 610 bool mIsLoadingInProgress; 609 611 bool mIsPolished; 612 bool mDisableStaticControls; 610 613 }; 611 614
Note:
See TracChangeset
for help on using the changeset viewer.