first implementation for sync-tool

This commit is contained in:
2025-02-24 16:13:43 +01:00
parent 39b5551e90
commit 3573279dfa
3 changed files with 65 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ class SyncCommand {
public:
SyncCommand();
bool exec(QString const &cmd, QStringList const &options,
int exec(QString const &cmd, QStringList const &options,
int start_timeout = 100000, int finish_timeout = 100000);
};