mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-17 08:39:59 +02:00
Implemented QET coding style (replaced 4 space with tab)
This commit is contained in:
committed by
Laurent Trinques
parent
c640d96bca
commit
ccfb46b354
@@ -87,8 +87,8 @@ class PartPolygon : public CustomElementGraphicPart
|
||||
void setHandlerColor(QPointF pos, const QColor &color) final;
|
||||
void resetAllHandlerColor() final;
|
||||
|
||||
void setRotation (qreal angle);
|
||||
qreal rotation () const;
|
||||
void setRotation (qreal angle);
|
||||
qreal rotation () const;
|
||||
|
||||
protected:
|
||||
QVariant itemChange(GraphicsItemChange change, const QVariant &value) override;
|
||||
|
||||
Reference in New Issue
Block a user