mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-01 19:16:16 -04:00
Improve remote sync tests
This commit is contained in:
parent
af2d0b1429
commit
244ed42231
4 changed files with 36 additions and 35 deletions
|
@ -23,7 +23,7 @@
|
|||
class MockRemoteProcess : public RemoteProcess
|
||||
{
|
||||
public:
|
||||
explicit MockRemoteProcess(QObject* parent, const QString& dbPath);
|
||||
explicit MockRemoteProcess(QObject* parent, QString dbPath);
|
||||
~MockRemoteProcess() override = default;
|
||||
|
||||
void start(const QString& program) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue