Suppress warning "-Weffc++".
--HG-- branch : develop
This commit is contained in:
parent
d930e94c42
commit
eb8f004a4a
|
@ -53,6 +53,9 @@ struct VPositionData
|
||||||
bool isOriginPaperOrientationPortrait{true};
|
bool isOriginPaperOrientationPortrait{true};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
QT_WARNING_PUSH
|
||||||
|
QT_WARNING_DISABLE_GCC("-Weffc++")
|
||||||
|
|
||||||
class VPosition
|
class VPosition
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
@ -111,6 +114,8 @@ private:
|
||||||
void FindBestPosition();
|
void FindBestPosition();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
QT_WARNING_POP
|
||||||
|
|
||||||
//---------------------------------------------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------------------------------------------
|
||||||
/**
|
/**
|
||||||
* @brief VPosition::FabricGrainline return fabric gainline accoding to paper orientation
|
* @brief VPosition::FabricGrainline return fabric gainline accoding to paper orientation
|
||||||
|
|
Loading…
Reference in New Issue
Block a user