fix cppcheck test

This commit is contained in:
Ondřej Fischer 2019-11-21 11:25:34 +01:00
parent d2e1883760
commit 97a00c098d

View File

@ -10,8 +10,8 @@ class SyncManager : public QObject
Q_OBJECT Q_OBJECT
public: public:
explicit SyncManager(bool dryMode);
SyncManager(bool dryMode);
bool init(); bool init();
void run(); void run();