Refactoring. Merging identical cases.
--HG-- branch : develop
This commit is contained in:
parent
e3d6b32aec
commit
a4fd71f68c
|
@ -583,10 +583,7 @@ Qt::CheckState DialogMDataBase::GlobalCheckState() const
|
|||
{
|
||||
return Qt::Unchecked;
|
||||
}
|
||||
else
|
||||
{
|
||||
return Qt::Checked;
|
||||
}
|
||||
return Qt::Checked;
|
||||
}
|
||||
|
||||
return Qt::Unchecked;
|
||||
|
|
Loading…
Reference in New Issue
Block a user