aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/progressmanager/progressbar.h
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/plugins/coreplugin/progressmanager/progressbar.h
parenta9582905608143a9629f14133b487bb60846d0d6 (diff)
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/plugins/coreplugin/progressmanager/progressbar.h')
-rw-r--r--src/plugins/coreplugin/progressmanager/progressbar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/coreplugin/progressmanager/progressbar.h b/src/plugins/coreplugin/progressmanager/progressbar.h
index c4d7104428..e23fa6f0c3 100644
--- a/src/plugins/coreplugin/progressmanager/progressbar.h
+++ b/src/plugins/coreplugin/progressmanager/progressbar.h
@@ -75,13 +75,13 @@ private:
QImage bar;
QString m_text;
QString m_title;
- bool m_error;
int m_progressHeight;
int m_minimum;
int m_maximum;
int m_value;
float m_cancelButtonFader;
bool m_finished;
+ bool m_error;
};
} // namespace Internal