\brief Constructor * * Does nothing */
| 48 | * Does nothing |
| 49 | */ |
| 50 | PythonScript(PythonScriptInterface * interface, const QString& fileName) |
| 51 | : Script(interface, fileName) { } |
| 52 | |
| 53 | /** \brief Parse the script header |
| 54 | * |
nothing calls this directly
no outgoing calls
no test coverage detected