forked from qt-creator/qt-creator
Implement unified diff editor
Change-Id: I93e0bfd71a8a650afbe2ca9e0f1f3dbfc9d57db0 Reviewed-by: Jarek Kobus <jaroslaw.kobus@digia.com>
This commit is contained in:
@@ -53,9 +53,12 @@ public:
|
||||
private slots:
|
||||
void diff();
|
||||
|
||||
private:
|
||||
QString getFileContents(const QString &fileName) const;
|
||||
|
||||
#ifdef WITH_TESTS
|
||||
void testMakePatch_data();
|
||||
void testMakePatch();
|
||||
void testReadPatch_data();
|
||||
void testReadPatch();
|
||||
#endif // WITH_TESTS
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user