forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -111,8 +111,8 @@ public:
|
||||
|
||||
private:
|
||||
bool m_isOverloaded;
|
||||
unsigned m_completionOperator;
|
||||
mutable QChar m_typedChar;
|
||||
unsigned m_completionOperator;
|
||||
QSharedPointer<TypeOfExpression> m_typeOfExpression;
|
||||
};
|
||||
|
||||
|
||||
@@ -89,9 +89,9 @@ private:
|
||||
QPointer<TextEditor::ITextEditor> _textEditor;
|
||||
QTimer *_updateDocumentTimer;
|
||||
int _updateDocumentInterval;
|
||||
unsigned _revision;
|
||||
QFuture<void> _documentParser;
|
||||
QString _cachedContents;
|
||||
unsigned _revision;
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user