QLayoutStruct: reduce struct size 36 -> 32 bytes

Change-Id: I2cc9f8456317f57531280912966c24073f0c6f34
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
bb10
Maks Naumov 2015-02-01 14:37:08 +02:00
parent 07139f7c68
commit b2595bd015
1 changed files with 1 additions and 1 deletions

View File

@ -76,9 +76,9 @@ struct QLayoutStruct
int sizeHint;
int maximumSize;
int minimumSize;
int spacing;
bool expansive;
bool empty;
int spacing;
// temporary storage
bool done;