Skip to content

Commit

Permalink
Implement change in slotBrowseFile from ra3xdh#1049.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwbnwif committed Nov 10, 2024
1 parent 48e695c commit 8cd942b
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 @@ -726,7 +726,7 @@ void ComponentDialog::slotBrowseFile()
void ComponentDialog::slotEditFile()
{
qDebug() << "editing file " << component->Props.at(0)->Value << " or " << propertyTable->item(0, 1)->text();
document->App->editFile(misc::properAbsFileName(component->Props.at(0)->Value, document));
document->getApp()->editFile(misc::properAbsFileName(component->Props.at(0)->Value, document));
}

// -------------------------------------------------------------------------
Expand Down

0 comments on commit 8cd942b

Please sign in to comment.