19 lines
373 B
C++
19 lines
373 B
C++
#include "sync_command.h"
|
|
|
|
#include "command.h"
|
|
#include "utils_internal.h"
|
|
using namespace internal;
|
|
|
|
#include <QDir>
|
|
#include <QDebug>
|
|
#include <QFlags>
|
|
#include <QRegularExpression>
|
|
|
|
SyncCommand::SyncCommand() {
|
|
}
|
|
|
|
bool SyncCommand::exec(QString const &cmd, QStringList const &options,
|
|
int start_timeout, int finish_timeout) {
|
|
return false;
|
|
}
|