Clang warnings.
--HG-- branch : develop
This commit is contained in:
parent
542ab7e648
commit
679830ba20
|
@ -120,7 +120,6 @@ VToolCutArc* VToolCutArc::Create(QSharedPointer<DialogTool> dialog, VMainGraphic
|
|||
/**
|
||||
* @brief Create help create tool.
|
||||
* @param initData init data.
|
||||
* @param typeCreation way we create this tool.
|
||||
*/
|
||||
VToolCutArc* VToolCutArc::Create(VToolCutArcInitData &initData)
|
||||
{
|
||||
|
|
|
@ -61,14 +61,7 @@ const QString VToolAlongLine::ToolType = QStringLiteral("alongLine");
|
|||
//---------------------------------------------------------------------------------------------------------------------
|
||||
/**
|
||||
* @brief VToolAlongLine constuctor.
|
||||
* @param doc dom document container.
|
||||
* @param data container with variables.
|
||||
* @param id object id in container.
|
||||
* @param formula string with length formula.
|
||||
* @param firstPointId id first point of line.
|
||||
* @param secondPointId id second point of line.
|
||||
* @param typeLine line type. line type.
|
||||
* @param typeCreation way we create this tool.
|
||||
* @param initData init data.
|
||||
* @param parent parent object.
|
||||
*/
|
||||
VToolAlongLine::VToolAlongLine(const VToolAlongLineInitData &initData, QGraphicsItem *parent)
|
||||
|
|
Loading…
Reference in New Issue
Block a user