summaryrefslogtreecommitdiff
path: root/src/libs/qmleditorwidgets
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2013-02-18 18:47:54 +0100
committerTobias Hunger <tobias.hunger@digia.com>2013-02-21 13:22:21 +0100
commit1951c86395652e8d9190eba8a17fb7ea4a5897b0 (patch)
tree2623d5613be060ddda2e910c302ad175273163a4 /src/libs/qmleditorwidgets
parenta9582905608143a9629f14133b487bb60846d0d6 (diff)
downloadqt-creator-1951c86395652e8d9190eba8a17fb7ea4a5897b0.tar.gz
Reduce padding in often-used structs
Reduce the padding in some often-used structs for 64bit machines. 32bit machines should also profit from most changes, but to a lesser degree. Change-Id: Ic4c67b94e962731de4f31164c52a372d78944ccc Reviewed-by: Tobias Hunger <tobias.hunger@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'src/libs/qmleditorwidgets')
-rw-r--r--src/libs/qmleditorwidgets/gradientline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/qmleditorwidgets/gradientline.cpp b/src/libs/qmleditorwidgets/gradientline.cpp
index c1f1cdf9e0..7de37c087b 100644
--- a/src/libs/qmleditorwidgets/gradientline.cpp
+++ b/src/libs/qmleditorwidgets/gradientline.cpp
@@ -64,8 +64,8 @@ GradientLine::GradientLine(QWidget *parent) :
m_activeColor(Qt::black),
m_gradientName(QLatin1String("gradient")),
m_colorIndex(0),
- m_dragActive(false),
m_yOffset(0),
+ m_dragActive(false),
m_create(false),
m_active(false),
m_dragOff(false),