Clang warnings.
--HG-- branch : develop
This commit is contained in:
parent
40662bb948
commit
542ab7e648
|
@ -36,8 +36,8 @@
|
|||
|
||||
class VMainGraphicsScene;
|
||||
class VNodeDetail;
|
||||
class VToolSinglePointInitData;
|
||||
class VToolLinePointInitData;
|
||||
struct VToolSinglePointInitData;
|
||||
struct VToolLinePointInitData;
|
||||
|
||||
/**
|
||||
* @brief The VPattern class working with pattern file.
|
||||
|
|
|
@ -186,7 +186,6 @@ VToolSplinePath* VToolSplinePath::Create(QSharedPointer<DialogTool> dialog, VMai
|
|||
* @brief Create help create tool.
|
||||
* @param initData init data.
|
||||
* @param path spline path.
|
||||
* @param typeCreation way we create this tool.
|
||||
*/
|
||||
VToolSplinePath* VToolSplinePath::Create(VToolSplinePathInitData &initData, VSplinePath *path)
|
||||
{
|
||||
|
|
|
@ -130,15 +130,7 @@ VToolLine *VToolLine::Create(QSharedPointer<DialogTool> dialog, VMainGraphicsSce
|
|||
//---------------------------------------------------------------------------------------------------------------------
|
||||
/**
|
||||
* @brief Create help create tool.
|
||||
* @param _id tool id, 0 if tool doesn't exist yet.
|
||||
* @param firstPoint id first line point.
|
||||
* @param secondPoint id second line point.
|
||||
* @param typeLine line type.
|
||||
* @param scene pointer to scene.
|
||||
* @param doc dom document container.
|
||||
* @param data container with variables.
|
||||
* @param parse parser file mode.
|
||||
* @param typeCreation way we create this tool.
|
||||
* @param initData init data.
|
||||
*/
|
||||
VToolLine * VToolLine::Create(VToolLineInitData initData)
|
||||
{
|
||||
|
|
|
@ -52,6 +52,7 @@ class VAbstractNode;
|
|||
|
||||
QT_WARNING_PUSH
|
||||
QT_WARNING_DISABLE_GCC("-Weffc++")
|
||||
QT_WARNING_DISABLE_CLANG("-Wdeprecated")
|
||||
|
||||
struct VAbstractToolInitData
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user