| 33 | } |
| 34 | |
| 35 | QString CreateNewFileTool::description() const |
| 36 | { |
| 37 | return "Create a new empty file at the given absolute path. Any missing parent directories " |
| 38 | "are created automatically. The file is written to disk only — it is NOT added to the " |
| 39 | "project's build system automatically; the user must register it in CMakeLists.txt or " |
| 40 | "the equivalent project file. Use `edit_file` afterwards to populate its content."; |
| 41 | } |
| 42 | |
| 43 | QJsonObject CreateNewFileTool::parametersSchema() const |
| 44 | { |
nothing calls this directly
no outgoing calls
no test coverage detected