mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-06-23 15:03:47 +00:00
CDeleteSelectionCommand: Make use of explicit on constructor
This commit is contained in:
parent
9936d1ff3a
commit
7baf43f88f
@ -47,7 +47,7 @@ class CDeleteSelectionCommand : public IUndoCommand
|
||||
QVector<SDeletedLink> mDeletedLinks;
|
||||
|
||||
public:
|
||||
CDeleteSelectionCommand(CWorldEditor *pEditor, const QString& rkCommandName = "Delete");
|
||||
explicit CDeleteSelectionCommand(CWorldEditor *pEditor, const QString& rkCommandName = "Delete");
|
||||
void undo() override;
|
||||
void redo() override;
|
||||
bool AffectsCleanState() const override { return true; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user