| 792 | } |
| 793 | |
| 794 | void cmQtAutoMocUicT::JobT::LogCommandError( |
| 795 | GenT genType, cm::string_view message, |
| 796 | std::vector<std::string> const& command, std::string const& output) const |
| 797 | { |
| 798 | this->Gen()->AbortError(); |
| 799 | this->Gen()->Log().ErrorCommand(genType, message, command, output); |
| 800 | } |
| 801 | |
| 802 | /* |
| 803 | * Check if command line exceeds maximum length supported by OS |
no test coverage detected