GCC warnings.
This commit is contained in:
parent
d25c6f0602
commit
9bfc0df25b
|
@ -41,6 +41,9 @@
|
||||||
|
|
||||||
class VPointF;
|
class VPointF;
|
||||||
|
|
||||||
|
QT_WARNING_PUSH
|
||||||
|
QT_WARNING_DISABLE_GCC("-Wsuggest-final-types")
|
||||||
|
|
||||||
class VAbstractCubicBezier : public VAbstractBezier
|
class VAbstractCubicBezier : public VAbstractBezier
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
@ -74,4 +77,6 @@ protected:
|
||||||
virtual QPointF GetControlPoint2() const =0;
|
virtual QPointF GetControlPoint2() const =0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
QT_WARNING_POP
|
||||||
|
|
||||||
#endif // VABSTRACTCUBICBEZIER_H
|
#endif // VABSTRACTCUBICBEZIER_H
|
||||||
|
|
|
@ -113,6 +113,8 @@ private:
|
||||||
Q_DISABLE_COPY(QVector3DProperty)
|
Q_DISABLE_COPY(QVector3DProperty)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
VPE_MARK_NONFINAL_CLASS(QVector3DProperty)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // VVECTOR3DPROPERTY_H
|
#endif // VVECTOR3DPROPERTY_H
|
||||||
|
|
|
@ -104,6 +104,8 @@ private:
|
||||||
Q_DISABLE_COPY(VEnumProperty)
|
Q_DISABLE_COPY(VEnumProperty)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
VPE_MARK_NONFINAL_CLASS(VEnumProperty)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // VENUMPROPERTY_H
|
#endif // VENUMPROPERTY_H
|
||||||
|
|
|
@ -108,6 +108,8 @@ private:
|
||||||
Q_DISABLE_COPY(VFileProperty)
|
Q_DISABLE_COPY(VFileProperty)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
VPE_MARK_NONFINAL_CLASS(VFileProperty)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // VFILEPROPERTY_H
|
#endif // VFILEPROPERTY_H
|
||||||
|
|
|
@ -113,6 +113,8 @@ private:
|
||||||
Q_DISABLE_COPY(VFileEditWidget)
|
Q_DISABLE_COPY(VFileEditWidget)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
VPE_MARK_NONFINAL_CLASS(VFileEditWidget)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // VFILEPROPERTYEDITOR_H
|
#endif // VFILEPROPERTYEDITOR_H
|
||||||
|
|
|
@ -146,6 +146,7 @@ private:
|
||||||
Q_DISABLE_COPY(VDoubleProperty)
|
Q_DISABLE_COPY(VDoubleProperty)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
VPE_MARK_NONFINAL_CLASS(VDoubleProperty)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user