forked from qt-creator/qt-creator
VCS: Preserve uncheckable files on submit editor refresh
Change-Id: I652b5a96c994a13f8d0c02d850b15c5846d56e64 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
9f72e43fb1
commit
fc2a5d7f50
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user