summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaks Naumov <[email protected]>2015-02-01 14:37:08 +0200
committerMaks Naumov <[email protected]>2015-02-03 22:51:11 +0000
commitb2595bd015ef17a38af4fec301317b2621cfb5bb (patch)
treee203f7993641a9e1e30f54d5af4b23f6d3b856e9
parent07139f7c68ccc1e59cd6f7a7593a5ac89514fcdb (diff)
QLayoutStruct: reduce struct size 36 -> 32 bytes
-rw-r--r--src/widgets/kernel/qlayoutengine_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/kernel/qlayoutengine_p.h b/src/widgets/kernel/qlayoutengine_p.h
index 98bfa9c4a76..565e1f5b7e7 100644
--- a/src/widgets/kernel/qlayoutengine_p.h
+++ b/src/widgets/kernel/qlayoutengine_p.h
@@ -76,9 +76,9 @@ struct QLayoutStruct
int sizeHint;
int maximumSize;
int minimumSize;
+ int spacing;
bool expansive;
bool empty;
- int spacing;
// temporary storage
bool done;