Clang warning.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2017-10-11 14:26:05 +03:00
parent a2ebd5bb68
commit 8981e77927

View file

@ -350,11 +350,6 @@ qreal UnitConvertor(qreal value, const Unit &from, const Unit &to)
/**
* @brief UnitConvertor Converts the values of the given margin from given unit to the new unit.
* returns a new instand of QMarginsF.
*
* @param margin
* @param from
* @param to
* @return
*/
QMarginsF UnitConvertor(const QMarginsF &margins, const Unit &from, const Unit &to)
{