Start ATBUpdateSync
This commit is contained in:
14
Sync/sync_command.h
Normal file
14
Sync/sync_command.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef SYNC_COMMAND_H_INCLUDED
|
||||
#define SYNC_COMMAND_H_INCLUDED
|
||||
|
||||
#include <QStringList>
|
||||
|
||||
class SyncCommand {
|
||||
public:
|
||||
SyncCommand();
|
||||
|
||||
bool exec(QString const &cmd, QStringList const &options,
|
||||
int start_timeout = 100000, int finish_timeout = 100000);
|
||||
};
|
||||
|
||||
#endif // SYNC_COMMAND_H_INCLUDED
|
Reference in New Issue
Block a user