DiffEditor: Save a little space by reordering members in Controller

Change-Id: I3051979a2ada5650021370667e8979eb25d0467f
Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-01-28 13:08:50 +01:00
parent d8d93b7282
commit d527b11daa
2 changed files with 7 additions and 7 deletions

View File

@@ -102,15 +102,15 @@ private:
QString m_clearMessage;
QList<FileData> m_diffFiles;
int m_diffFileIndex;
int m_chunkIndex;
QString m_workingDirectory;
QString m_description;
bool m_descriptionEnabled;
DiffEditorReloader *m_reloader;
int m_contextLinesNumber;
int m_diffFileIndex;
int m_chunkIndex;
bool m_descriptionEnabled;
bool m_contextLinesNumberEnabled;
bool m_ignoreWhitespace;
DiffEditorReloader *m_reloader;
};
} // namespace DiffEditor