aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/diffeditor/diffeditorcontroller.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-01-28 13:08:50 +0100
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-01-28 13:35:02 +0000
commitd527b11daa73972ca8e0269813d4d5c2482e086c (patch)
treed98bcf3bac3830224a39e62eae0a0985d125d086 /src/plugins/diffeditor/diffeditorcontroller.h
parentd8d93b728261b411338c5ac8020526913b38c99f (diff)
DiffEditor: Save a little space by reordering members in Controller
Change-Id: I3051979a2ada5650021370667e8979eb25d0467f Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
Diffstat (limited to 'src/plugins/diffeditor/diffeditorcontroller.h')
-rw-r--r--src/plugins/diffeditor/diffeditorcontroller.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/diffeditor/diffeditorcontroller.h b/src/plugins/diffeditor/diffeditorcontroller.h
index 43f65a86a1..d7245a3a3c 100644
--- a/src/plugins/diffeditor/diffeditorcontroller.h
+++ b/src/plugins/diffeditor/diffeditorcontroller.h
@@ -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