forked from qt-creator/qt-creator
DiffEditorPlugin: Introduce DiffFileInfoArray
Change-Id: I884d72e6c500e41969f379d969bcf1f46be8fd5c Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -38,7 +38,7 @@ namespace Internal {
|
||||
class ReloadInput {
|
||||
public:
|
||||
std::array<QString, SideCount> text{};
|
||||
std::array<DiffFileInfo, SideCount> fileInfo{};
|
||||
DiffFileInfoArray fileInfo{};
|
||||
FileData::FileOperation fileOperation = FileData::ChangeFile;
|
||||
bool binaryFiles = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user