mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-21 08:40:53 +01:00
Replace function by another one.
Replace function QETApp::elementInfoKeys() and QETApp::elementInfoToVar(const QString &info) by function provided by QETInformation.
This commit is contained in:
@@ -1912,7 +1912,7 @@ QStringList DynamicTextItemDelegate::availableInfo(
|
||||
return qstrl;
|
||||
|
||||
|
||||
QStringList info_list = QETApp::elementInfoKeys();
|
||||
QStringList info_list = QETInformation::elementInfoKeys();
|
||||
info_list.removeAll("formula"); //No need to have formula
|
||||
DiagramContext dc = elmt->elementInformations();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user