From 1951c86395652e8d9190eba8a17fb7ea4a5897b0 Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Mon, 18 Feb 2013 18:47:54 +0100 Subject: 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 Reviewed-by: Oswald Buddenhagen --- src/plugins/cpptools/cpptoolseditorsupport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/cpptools/cpptoolseditorsupport.h') diff --git a/src/plugins/cpptools/cpptoolseditorsupport.h b/src/plugins/cpptools/cpptoolseditorsupport.h index 0836254026..26b2829798 100644 --- a/src/plugins/cpptools/cpptoolseditorsupport.h +++ b/src/plugins/cpptools/cpptoolseditorsupport.h @@ -89,9 +89,9 @@ private: QPointer _textEditor; QTimer *_updateDocumentTimer; int _updateDocumentInterval; + unsigned _revision; QFuture _documentParser; QString _cachedContents; - unsigned _revision; }; } // namespace Internal -- cgit v1.2.1