Home
last modified time | relevance | path

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

/dports/cad/fritzing/fritzing-app-0.9.2b/src/
H A Dcommands.h1056 QStringList m_oldLabels; variable
H A Dcommands.cpp2031 m_oldLabels = oldOnes; in RenamePinsCommand()
2038 m_sketchWidget->renamePins(m_itemID, m_oldLabels, m_singleRow); in undo()