mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-22 01:10:53 +01:00
Wrap code for better readability
This commit is contained in:
@@ -181,8 +181,10 @@ class MoveConductorsTextsCommand : public QUndoCommand {
|
||||
public:
|
||||
void undo() override;
|
||||
void redo() override;
|
||||
virtual void addTextMovement(ConductorTextItem *, const QPointF &,
|
||||
const QPointF &, bool = false);
|
||||
virtual void addTextMovement(ConductorTextItem *,
|
||||
const QPointF &,
|
||||
const QPointF &,
|
||||
bool = false);
|
||||
|
||||
private:
|
||||
void regenerateTextLabel();
|
||||
|
||||
Reference in New Issue
Block a user