Do not pretend `SyncthingTestInstance` inherits from `QObject`

This commit is contained in:
Martchus 2022-10-29 21:05:13 +02:00
parent 48d78c1758
commit 99f8442567
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ public:
QCoreApplication &application();
Data::SyncthingProcess &syncthingProcess();
public Q_SLOTS:
public:
void start();
void stop();
bool isInterleavedOutputEnabled() const;