- Timestamp:
- Mar 28, 2008 1:31:01 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/include/VBoxUtils.h
r7623 r7627 222 222 inline void setLayoutMargin (QLayout *aLayout, int aMargin) 223 223 { 224 #if QT_VERSION < 0x040 200224 #if QT_VERSION < 0x040300 225 225 /* Deprecated since > 4.2 */ 226 226 aLayout->setMargin (aMargin);
Note:
See TracChangeset
for help on using the changeset viewer.