Qt Remote objects done

This commit is contained in:
pokamest 2021-02-02 22:51:31 +03:00
parent 048a673d31
commit b2392c1943
15 changed files with 240 additions and 423 deletions

View file

@ -11,7 +11,7 @@ class IpcServerProcess : public IpcProcessInterfaceSource
public:
explicit IpcServerProcess(QObject *parent = nullptr);
void start(const QString &program, const QStringList &args) override;
void start(const QString &program, const QStringList &arguments) override;
void start() override;
void close() override;