From 5d0a833af478b87f4fb815e37da0beb5a09c6067 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Sat, 10 Jul 2021 23:21:25 +0800 Subject: Use the response data to initiate client It's correct now, but the problem is, the client pushes the catalog page faster than the web server can reload to make the newly built sample URL valid. --- controller.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'controller.hxx') diff --git a/controller.hxx b/controller.hxx index b073a67..845179b 100644 --- a/controller.hxx +++ b/controller.hxx @@ -13,9 +13,6 @@ class Controller : public QObject ~Controller(); signals: void signUp(QString const& name); - private: - Client* interchange; - Catalog* catalog; }; #endif -- cgit v1.2.3