QLayoutStruct: reduce struct size 36 -> 32 bytes
Change-Id: I2cc9f8456317f57531280912966c24073f0c6f34 Reviewed-by: Marc Mutz <marc.mutz@kdab.com>bb10
parent
07139f7c68
commit
b2595bd015
|
|
@ -76,9 +76,9 @@ struct QLayoutStruct
|
|||
int sizeHint;
|
||||
int maximumSize;
|
||||
int minimumSize;
|
||||
int spacing;
|
||||
bool expansive;
|
||||
bool empty;
|
||||
int spacing;
|
||||
|
||||
// temporary storage
|
||||
bool done;
|
||||
|
|
|
|||
Loading…
Reference in New Issue