first implementation for sync-tool
This commit is contained in:
@@ -12,7 +12,10 @@ using namespace internal;
|
||||
SyncCommand::SyncCommand() {
|
||||
}
|
||||
|
||||
bool SyncCommand::exec(QString const &cmd, QStringList const &options,
|
||||
int SyncCommand::exec(QString const &cmd, QStringList const &options,
|
||||
int start_timeout, int finish_timeout) {
|
||||
return false;
|
||||
Command c(cmd, options, internal::customerRepoDir(),
|
||||
start_timeout, finish_timeout);
|
||||
c.exec();
|
||||
return c.exitCode();
|
||||
}
|
||||
|
Reference in New Issue
Block a user