Improve remote sync tests

This commit is contained in:
Jonathan White 2025-02-23 17:05:54 -05:00
parent af2d0b1429
commit 244ed42231
4 changed files with 36 additions and 35 deletions

View file

@ -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;