Improve bridge edition

This commit is contained in:
joshua
2021-12-22 19:21:54 +01:00
parent e2454faa36
commit 02b385e0b7
5 changed files with 89 additions and 62 deletions

View File

@@ -61,8 +61,8 @@ class UnBridgeTerminalsCommand : public QUndoCommand
private:
QPointer<TerminalStrip> m_strip;
QMultiHash<QWeakPointer<TerminalStripBridge>, QWeakPointer<RealTerminal>> m_bridge_terminal_hash; ///Key a is bridge, value is real terminal
QWeakPointer<TerminalStripBridge> m_bridge;
QVector<QWeakPointer<RealTerminal>> m_terminals;
};
#endif // BRIDGETERMINALSCOMMAND_H