Changeset 16955 in vbox for trunk/src/VBox/Frontends/VirtualBox/include/QILabel_p.h
- Timestamp:
- Feb 19, 2009 5:06:40 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/QILabel_p.h
r11206 r16955 85 85 } 86 86 87 QSize minimumSizeHint() const 88 { 89 /* If there is an updated minimumSizeHint() present - using it. */ 90 return mOwnSizeHint.isValid() ? mOwnSizeHint : QLabel::minimumSizeHint(); 91 } 92 87 93 protected: 88 94
Note:
See TracChangeset
for help on using the changeset viewer.