mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
fix typo in enum-entry and comments
This commit is contained in:
@@ -204,7 +204,7 @@ QVector<TerminalElement *> ElementProvider::freeTerminal() const
|
||||
|
||||
for (const auto element : elmt_list)
|
||||
{
|
||||
if (element->elementData().m_type == ElementData::Terminale)
|
||||
if (element->elementData().m_type == ElementData::Terminal)
|
||||
{
|
||||
const auto te{static_cast<TerminalElement *>(element)};
|
||||
if (!te->parentTerminalStrip()) {
|
||||
|
||||
Reference in New Issue
Block a user