Skip to content

Commit

Permalink
Merge pull request #1 from ra3xdh/fix_compdlg_apply
Browse files Browse the repository at this point in the history
Redesign ComponentDialog::slotApplyInput
  • Loading branch information
dsm authored Aug 1, 2024
2 parents bb5917f + 4f21272 commit bd13116
Show file tree
Hide file tree
Showing 3 changed files with 178 additions and 165 deletions.
2 changes: 1 addition & 1 deletion qucs/components/component.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ class Component : public Element {
QPen WrongSimulatorPen;

void paintIcon(QPixmap *pixmap);
Property * getProperty(const QString&);

protected:
virtual QString netlist();
Expand All @@ -126,7 +127,6 @@ class Component : public Element {
bool getBrush(const QString&, QBrush&, int);

void copyComponent(Component*);
Property * getProperty(const QString&);
Schematic* containingSchematic;

virtual void drawSymbol(QPainter* p);
Expand Down
Loading

0 comments on commit bd13116

Please sign in to comment.