aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/classview/classviewsymbolinformation.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/classview/classviewsymbolinformation.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/classview/classviewsymbolinformation.h')
-rw-r--r--src/plugins/classview/classviewsymbolinformation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/classview/classviewsymbolinformation.h b/src/plugins/classview/classviewsymbolinformation.h
index 77b316320f..d7331347a6 100644
--- a/src/plugins/classview/classviewsymbolinformation.h
+++ b/src/plugins/classview/classviewsymbolinformation.h
@@ -70,10 +70,10 @@ public:
private:
int m_iconType; //!< icon type
+ uint m_hash; //!< precalculated hash value - to speed up qHash
QString m_name; //!< symbol name (e.g. SymbolInformation)
QString m_type; //!< symbol type (e.g. (int char))
- uint m_hash; //!< precalculated hash value - to speed up qHash
};
//! qHash overload for QHash/QSet