Skip to content

Commit

Permalink
Prepare for CDL netlist export
Browse files Browse the repository at this point in the history
Reviewed changes from ra3xdh#1049

SpiceLibCompDialog has been reworked to achieve the code quality
improvements introduced by ra3xdh#1049.

Tested the following dialogs under extsimkernel/:
-ExternSimDialog
-CustomSimDialog
-SimSettingsDialog
-SpiceLibCompDialog

-rebased
  • Loading branch information
ThomasZecha committed Nov 25, 2024
1 parent 5d47d79 commit 42cb6d3
Show file tree
Hide file tree
Showing 3 changed files with 279 additions and 257 deletions.
4 changes: 2 additions & 2 deletions qucs/extsimkernels/customsimdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
/*!
* \brief CustomSimDialog::CustomSimDialog class constructor
* \param pc[in] Component that need to be edit.
* \param sch[in] Schematic on which a_component presents.
* \param sch[in] Schematic on which component presents.
*/
CustomSimDialog::CustomSimDialog(SpiceCustomSim *pc, Schematic *sch) :
QDialog(sch),
Expand Down Expand Up @@ -119,7 +119,7 @@ void CustomSimDialog::slotChanged()
a_isChanged = true;
}
/*!
* \brief CustomSimDialog::slotApply Apply changes of a_component properties.
* \brief CustomSimDialog::slotApply Apply changes of component properties.
*/
void CustomSimDialog::slotApply()
{
Expand Down
Loading

0 comments on commit 42cb6d3

Please sign in to comment.