mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-28 14:50:52 +01:00
Implemented QET coding style (replaced 4 space with tab)
This commit is contained in:
committed by
Laurent Trinques
parent
c640d96bca
commit
ccfb46b354
@@ -74,8 +74,8 @@ class PartTerminal : public CustomElementGraphicPart
|
||||
Qet::Orientation orientation() const {return d -> m_orientation;}
|
||||
void setOrientation(Qet::Orientation ori);
|
||||
|
||||
qreal rotation() const;
|
||||
void setRotation(qreal angle);
|
||||
qreal rotation() const;
|
||||
void setRotation(qreal angle);
|
||||
|
||||
|
||||
QString name() const override { return d -> m_name; }
|
||||
|
||||
Reference in New Issue
Block a user