Wrap code for better readability

This commit is contained in:
Simon De Backer
2020-08-16 14:23:42 +02:00
parent 8a484ef901
commit 8144e9b21b
2 changed files with 16 additions and 5 deletions

View File

@@ -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;