Changed FIFO pipes to UDP.

This commit is contained in:
Nffj84
2024-07-04 15:20:48 +03:00
parent 5af90ac918
commit 89c68aeb67
10 changed files with 99 additions and 346 deletions
+2
View File
@@ -8,5 +8,7 @@ class LocalControl : public QObject
public:
LocalControl();
private:
void run();
};