Suppress Cppcheck warnings.
This commit is contained in:
parent
e8fa5e6084
commit
7966b08f21
|
@ -80,7 +80,8 @@ public:
|
||||||
|
|
||||||
auto Error() const -> QString;
|
auto Error() const -> QString;
|
||||||
|
|
||||||
auto Units() const -> Unit; // cppcheck-suppress functionStatic
|
// cppcheck-suppress functionStatic
|
||||||
|
auto Units() const -> Unit;
|
||||||
|
|
||||||
auto IsCircumference() const -> bool;
|
auto IsCircumference() const -> bool;
|
||||||
void SetCircumference(bool circumference);
|
void SetCircumference(bool circumference);
|
||||||
|
@ -110,7 +111,8 @@ protected:
|
||||||
auto IsRangeValid() -> bool;
|
auto IsRangeValid() -> bool;
|
||||||
auto IsStepValid() -> bool;
|
auto IsStepValid() -> bool;
|
||||||
auto IsBaseValid() -> bool;
|
auto IsBaseValid() -> bool;
|
||||||
auto IsUnitsValid() const -> bool; // cppcheck-suppress functionStatic
|
// cppcheck-suppress functionStatic
|
||||||
|
auto IsUnitsValid() const -> bool;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
Q_DISABLE_COPY_MOVE(VAbstartMeasurementDimension) // NOLINT
|
Q_DISABLE_COPY_MOVE(VAbstartMeasurementDimension) // NOLINT
|
||||||
|
|
Loading…
Reference in New Issue
Block a user