| 38 | |
| 39 | void setFilename(const QUrl& filename) { m_filename = filename; } |
| 40 | void setBaseDir(const QUrl& dir) { m_baseDir = dir; } |
| 41 | void setCommand(const QString& cmd) { m_command = cmd; } |
| 42 | |
| 43 | QString command() const { return m_command; } |
no outgoing calls
no test coverage detected