mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-05 03:50:51 +01:00
Wrap code for better readability
This commit is contained in:
@@ -38,7 +38,8 @@ ESEventAddLine::ESEventAddLine(ElementScene *scene) :
|
||||
@brief ESEventAddLine::~ESEventAddLine
|
||||
destructor
|
||||
*/
|
||||
ESEventAddLine::~ESEventAddLine() {
|
||||
ESEventAddLine::~ESEventAddLine()
|
||||
{
|
||||
if (m_running || m_abort)
|
||||
delete m_line;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user