forked from qt-creator/qt-creator
Git: Support merge status
Change-Id: If0338d066a2844a8bedf3e5ecf89979dc5c20385 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
ab85e7342e
commit
5011ba940f
@@ -75,6 +75,9 @@ enum FileState {
|
||||
CopiedFile = 0x20,
|
||||
UnmergedFile = 0x40,
|
||||
|
||||
UnmergedUs = 0x100,
|
||||
UnmergedThem = 0x200,
|
||||
|
||||
UnknownFileState = 0x800
|
||||
};
|
||||
Q_DECLARE_FLAGS(FileStates, FileState)
|
||||
|
Reference in New Issue
Block a user