This commit is contained in:
2025-02-02 11:29:32 +05:00
parent 4e4e3d8a45
commit 0d313e578c
3 changed files with 15 additions and 4 deletions

View File

@@ -9,7 +9,9 @@ class Backend : public QObject
Q_OBJECT
public:
explicit Backend(QObject *parent = nullptr);
explicit Backend(QObject* parent = nullptr);
~Backend() override;
void start();
private: