Skip to content

Commit

Permalink
Some minor cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Mar 22, 2018
1 parent 706012d commit 7ab4954
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -990,6 +990,7 @@ PmrWorkspacesWindowItems PmrWorkspacesWindowWidget::populateWorkspace(PMRSupport
// I and W values not to be '\0' (which would be the case for
// a folder that doesn't contain any files anymore)...

QChar iStatus = fileNode->status().first;
QChar wStatus = fileNode->status().second;

if ((iStatus == '\0') && (wStatus == '\0'))
Expand Down

0 comments on commit 7ab4954

Please sign in to comment.