Switch to template types for vectors
This commit is contained in:
parent
9f036d6438
commit
8192ef78e8
105 changed files with 1614 additions and 1424 deletions
|
@ -11,7 +11,7 @@ class QuantumTerminalNode : public QuantumCircuitElementNode
|
|||
public:
|
||||
QuantumTerminalNode(const Transform& transform);
|
||||
|
||||
Point getConnectionLocation(AbstractQuantumWire* wire) const override;
|
||||
Point2 getConnectionLocation(AbstractQuantumWire* wire) const override;
|
||||
|
||||
void setContent(QuantumTerminal* terminal);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue