Home
last modified time | relevance | path

Searched refs:toBusID (Results 1 – 1 of 1) sorted by relevance

/dports/cad/fritzing/fritzing-app-0.9.2b/src/partseditor/
H A Dpemainwindow.cpp3082 QString toBusID = toBus.attribute("id"); in wireChangedSlot() local
3084 QString busID = fromBusID.isEmpty() ? toBusID : fromBusID; in wireChangedSlot()
3102 if (!toBusID.isEmpty()) { in wireChangedSlot()
3104 new RemoveBusConnectorCommand(this, toBusID, to->connectorSharedID(), false, parentCommand); in wireChangedSlot()