diff options
author | Tobias Hunger <[email protected]> | 2013-02-18 18:47:54 +0100 |
---|---|---|
committer | Tobias Hunger <[email protected]> | 2013-02-21 13:22:21 +0100 |
commit | 1951c86395652e8d9190eba8a17fb7ea4a5897b0 (patch) | |
tree | 2623d5613be060ddda2e910c302ad175273163a4 /src/libs/qmldebug/qmltoolsclient.h | |
parent | a9582905608143a9629f14133b487bb60846d0d6 (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 <[email protected]>
Reviewed-by: Oswald Buddenhagen <[email protected]>
Diffstat (limited to 'src/libs/qmldebug/qmltoolsclient.h')
-rw-r--r-- | src/libs/qmldebug/qmltoolsclient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/qmldebug/qmltoolsclient.h b/src/libs/qmldebug/qmltoolsclient.h index 76911c68e68..b153842da1e 100644 --- a/src/libs/qmldebug/qmltoolsclient.h +++ b/src/libs/qmldebug/qmltoolsclient.h @@ -79,8 +79,8 @@ private: QList<int> m_currentDebugIds; QmlDebugConnection *m_connection; int m_requestId; - qreal m_slowDownFactor; int m_reloadQueryId; + qreal m_slowDownFactor; int m_destroyObjectQueryId; }; |