VCS: Preserve uncheckable files on submit editor refresh

Change-Id: I652b5a96c994a13f8d0c02d850b15c5846d56e64
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Orgad Shaneh
2013-06-14 17:51:53 +03:00
committed by Orgad Shaneh
parent 9f72e43fb1
commit fc2a5d7f50
3 changed files with 17 additions and 5 deletions

View File

@@ -55,6 +55,7 @@ public:
QString state(int row) const;
QString file(int row) const;
bool isCheckable(int row) const;
bool checked(int row) const;
void setChecked(int row, bool check);
void setAllChecked(bool check);