Skip to content

Commit

Permalink
Attempt to fix build error on Qt5
Browse files Browse the repository at this point in the history
  • Loading branch information
iwbnwif committed Nov 12, 2024
1 parent ce95dd4 commit a19e460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qucs/components/componentdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ ComponentDialog::ComponentDialog(Component* schematicComponent, Schematic* schem
sweepTypeEnabledParams["log"] = QStringList{"Sim", "Param", "Type", "Start", "Stop", "Step", "Points"};
sweepTypeEnabledParams["list"] = QStringList{"Type", "Values"};
sweepTypeEnabledParams["value"] = QStringList{"Type", "Values"};
sweepTypeSpecialLabels[qMakePair("log","Step")] = {"Points per decade"};
sweepTypeSpecialLabels[qMakePair(QString("log"),QString("Step"))] = {"Points per decade"};

// Setup the widgets as per the stored type.
sweepParamWidget["Sim"]->setOptions(getSimulationList());
Expand Down

0 comments on commit a19e460

Please sign in to comment.