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
+3 -1
View File
@@ -10,7 +10,9 @@
LocalControl::LocalControl()
: QObject(nullptr)
{}
{
run();
}
void LocalControl::run()
{