forked from qt-creator/qt-creator
DiffFileInfo: Export it back again
It should be still exported as it's a part of
FileData class, which is also exported.
Amends b677fbe992
Change-Id: I0d53dff2c355cddf7d1f3d001cb7b71210c75223
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Utils { class Diff; }
|
|||||||
|
|
||||||
namespace DiffEditor {
|
namespace DiffEditor {
|
||||||
|
|
||||||
class DiffFileInfo {
|
class DIFFEDITOR_EXPORT DiffFileInfo {
|
||||||
public:
|
public:
|
||||||
enum PatchBehaviour {
|
enum PatchBehaviour {
|
||||||
PatchFile,
|
PatchFile,
|
||||||
|
Reference in New Issue
Block a user