mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-09-20 15:24:14 +02:00
avoid that another action triggers while aborting operation
This commit is contained in:
@@ -801,6 +801,11 @@ void Diagram::clearEventInterface()
|
||||
}
|
||||
}
|
||||
|
||||
bool Diagram::eventInterfaceIsRunning() const
|
||||
{
|
||||
return m_event_interface && m_event_interface->isRunning();
|
||||
}
|
||||
|
||||
/**
|
||||
@brief Diagram::conductorsAutonumName
|
||||
@return the name of autonum to use.
|
||||
|
||||
Reference in New Issue
Block a user