MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / appendRecentMacro

Method appendRecentMacro

src/Gui/MainWindow.cpp:1998–2004  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1996}
1997
1998void MainWindow::appendRecentMacro(const QString& filename)
1999{
2000 auto recent = this->findChild<RecentMacrosAction*>(QStringLiteral("recentMacros"));
2001 if (recent) {
2002 recent->appendFile(filename);
2003 }
2004}
2005
2006void MainWindow::updateActions(bool delay)
2007{

Callers 4

activateFileMethod · 0.80
acceptMethod · 0.80
onEditButtonClickedMethod · 0.80
onCreateButtonClickedMethod · 0.80

Calls 1

appendFileMethod · 0.80

Tested by

no test coverage detected