mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-24 11:20:52 +01:00
Wrap code for better readability
This commit is contained in:
@@ -34,7 +34,8 @@ ESEventAddRect::ESEventAddRect(ElementScene *scene) :
|
||||
/**
|
||||
@brief ESEventAddRect::~ESEventAddRect
|
||||
*/
|
||||
ESEventAddRect::~ESEventAddRect() {
|
||||
ESEventAddRect::~ESEventAddRect()
|
||||
{
|
||||
if (m_running || m_abort)
|
||||
delete m_rect;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user