From 45c39d078ff4675a87f97bc2e5cc5f072e591856 Mon Sep 17 00:00:00 2001 From: Trial97 Date: Tue, 27 Jun 2023 09:23:24 +0300 Subject: More clenup Signed-off-by: Trial97 --- launcher/net/NetRequest.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'launcher/net/NetRequest.h') diff --git a/launcher/net/NetRequest.h b/launcher/net/NetRequest.h index 0105a60c..6ebdcab0 100644 --- a/launcher/net/NetRequest.h +++ b/launcher/net/NetRequest.h @@ -51,6 +51,8 @@ namespace Net { class NetRequest : public NetAction { Q_OBJECT + protected: + explicit NetRequest() : NetAction(){}; public: using Ptr = shared_qobject_ptr; -- cgit