IDocument: Reduce size of IDocument structure by reordering elements

On 64bit machines it should now have 48byte instead of 64.
Change-Id: I7a171864244e8faf26a2cf3c32abe9e705837fa3
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-01-13 14:43:13 +01:00
parent afc9f2a92d
commit 44a7db5091

View File

@@ -80,12 +80,12 @@ public:
delete infoBar;
}
Id id;
QString mimeType;
Utils::FileName filePath;
QString displayName;
QString autoSaveName;
InfoBar *infoBar;
Id id;
bool temporary;
bool hasWriteWarning;
bool restored;