From a35bad50a5f4695cf57de2eeeefeb248d9eb263a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MARQUET?= Date: Thu, 11 Apr 2024 15:58:31 +0200 Subject: [PATCH] Fix missing void --- InGame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InGame.h b/InGame.h index 4d2cf23..e08c6cc 100644 --- a/InGame.h +++ b/InGame.h @@ -18,7 +18,7 @@ public: void showEvent(QShowEvent* event) override; signals: - askTCPServer(const std::string& message); + void askTCPServer(const std::string& message); private: QLabel* pts;