DiffEditor: refactor internal structures.

Simplify the implementation a lot.

Change-Id: I3f5daa3d2ce14c28d48c2e1e996ec4935d1dae3f
Reviewed-by: Jarek Kobus <jaroslaw.kobus@digia.com>
This commit is contained in:
jkobus
2014-03-11 15:31:19 +01:00
committed by Jarek Kobus
parent b76fb6baba
commit 9c2cdc8965
6 changed files with 77 additions and 241 deletions

View File

@@ -53,10 +53,6 @@ public:
private slots:
void diff();
#ifdef WITH_TESTS
void testFixPositions();
#endif // WITH_TESTS
private:
QString getFileContents(const QString &fileName) const;