From 8981e77927fe0ae52bbb80f955574e4dbc1919b8 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Wed, 11 Oct 2017 14:26:05 +0300 Subject: [PATCH] Clang warning. --HG-- branch : develop --- src/libs/vmisc/def.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/libs/vmisc/def.cpp b/src/libs/vmisc/def.cpp index 5b1c9961e..c61b4f61c 100644 --- a/src/libs/vmisc/def.cpp +++ b/src/libs/vmisc/def.cpp @@ -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) {