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:
@@ -179,7 +179,7 @@ void ElementInfoWidget::disableLiveEdit()
|
||||
void ElementInfoWidget::buildInterface()
|
||||
{
|
||||
QStringList keys;
|
||||
if (m_element.data()->elementData().m_type == ElementData::Terminale) {
|
||||
if (m_element.data()->elementData().m_type == ElementData::Terminal) {
|
||||
keys = QETInformation::terminalElementInfoKeys();
|
||||
} else {
|
||||
keys = QETInformation::elementInfoKeys();
|
||||
|
||||
Reference in New Issue
Block a user