mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-06 05:10:52 +01:00
Wrap code for better readability
This commit is contained in:
@@ -30,7 +30,11 @@ class Element;
|
||||
class ChangeElementInformationCommand : public QUndoCommand
|
||||
{
|
||||
public:
|
||||
ChangeElementInformationCommand(Element *elmt, DiagramContext &old_info, DiagramContext &new_info, QUndoCommand *parent = nullptr);
|
||||
ChangeElementInformationCommand(
|
||||
Element *elmt,
|
||||
DiagramContext &old_info,
|
||||
DiagramContext &new_info,
|
||||
QUndoCommand *parent = nullptr);
|
||||
|
||||
int id() const override {return 1;}
|
||||
bool mergeWith(const QUndoCommand *other) override;
|
||||
|
||||
Reference in New Issue
Block a user