#include "sync_command.h" #include "command.h" #include "utils_internal.h" using namespace internal; #include #include #include #include SyncCommand::SyncCommand() { } bool SyncCommand::exec(QString const &cmd, QStringList const &options, int start_timeout, int finish_timeout) { return false; }