mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Ungroup terminal is now managed by undo stack
This commit is contained in:
@@ -478,15 +478,6 @@ bool TerminalStrip::removeTerminal(Element *terminal)
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief TerminalStrip::haveTerminal
|
||||
* @param terminal
|
||||
* @return true if \p terminal belong to this strip
|
||||
*/
|
||||
bool TerminalStrip::haveTerminal(Element *terminal) {
|
||||
return m_terminal_elements_vector.contains(terminal);
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief TerminalStrip::physicalTerminalCount
|
||||
* @return the number of physical terminal.
|
||||
|
||||
Reference in New Issue
Block a user