Skip to content

Commit

Permalink
Copied original master version to avoid formatting message. Signed-of…
Browse files Browse the repository at this point in the history
…f-by: Andy Fox <[email protected]>

Signed-off-by: andyfox-rushc <[email protected]>
  • Loading branch information
andyfox-rushc committed May 20, 2024
1 parent ecf5c83 commit 6d50314
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/gui/src/chartsWidget.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,10 @@ class ChartsWidget : public QDockWidget
};

void setSTA(sta::dbSta* sta);
void setLogger(utl::Logger* logger) { logger_ = logger; }
void setLogger(utl::Logger* logger)
{
logger_ = logger;
}

signals:
void endPointsToReport(const std::set<const sta::Pin*>& report_pins);
Expand Down

0 comments on commit 6d50314

Please sign in to comment.