Start ATBUpdateSync
This commit is contained in:
18
Sync/sync_command.cpp
Normal file
18
Sync/sync_command.cpp
Normal file
@@ -0,0 +1,18 @@
|
||||
#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;
|
||||
}
|
Reference in New Issue
Block a user