----------------------------------------------------------------------------
| 157 | |
| 158 | //---------------------------------------------------------------------------- |
| 159 | QAction* pqPythonMacroSupervisor::getMacro(const QString& fileName) |
| 160 | { |
| 161 | if (this->Internal->RunActionMap.contains(fileName)) |
| 162 | { |
| 163 | return this->Internal->RunActionMap[fileName]; |
| 164 | } |
| 165 | return nullptr; |
| 166 | } |
| 167 | //---------------------------------------------------------------------------- |
| 168 | void pqPythonMacroSupervisor::addWidgetForRunMacros(QWidget* widget) |
| 169 | { |
no test coverage detected