protobuf server

This commit is contained in:
Ivan I. Ovchinnikov
2026-07-28 20:46:41 +03:00
parent 5a702fe0f8
commit 8c4d40b66a
11 changed files with 150 additions and 56 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ public:
LogWindow() = default;
~LogWindow() = default;
void render(bool* paramOpen, ConnectionWindow& connectionWindow);
static void render(bool* paramOpen, ConnectionWindow& connectionWindow);
};
#endif // SERIAL_SAMPLE_LOGWINDOW_H