16#ifndef SYSTEMCOMMANDEXECUTOR_HPP
17#define SYSTEMCOMMANDEXECUTOR_HPP
32 QString
readFile(
const QString &filePath)
const override;
Definition of the ISystemCommandExecutor interface.
Interface for executing system commands and reading files.
Class that executes system commands and reads files.
QString executeCommand(const QString &command) const override
Executes a system command.
QString readFile(const QString &filePath) const override
Reads a file and returns its contents.