Refactoring. Merging identical cases.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2017-02-22 14:15:16 +02:00
parent e3d6b32aec
commit a4fd71f68c

View file

@ -583,10 +583,7 @@ Qt::CheckState DialogMDataBase::GlobalCheckState() const
{
return Qt::Unchecked;
}
else
{
return Qt::Checked;
}
return Qt::Checked;
}
return Qt::Unchecked;