mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Wrap code for better readability
This commit is contained in:
@@ -109,7 +109,8 @@ DeleteQGraphicsItemCommand::DeleteQGraphicsItemCommand(
|
||||
m_diagram->qgiManager().manage(m_removed_contents.items(DiagramContent::All));
|
||||
}
|
||||
|
||||
DeleteQGraphicsItemCommand::~DeleteQGraphicsItemCommand() {
|
||||
DeleteQGraphicsItemCommand::~DeleteQGraphicsItemCommand()
|
||||
{
|
||||
m_diagram->qgiManager().release(m_removed_contents.items(DiagramContent::All));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user