aboutsummaryrefslogtreecommitdiff
path: root/launcher/net/NetRequest.h
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2023-06-27 09:23:24 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2023-06-27 09:23:24 +0300
commit45c39d078ff4675a87f97bc2e5cc5f072e591856 (patch)
tree2a94b4a26e0955144d827b9ca26c0694ecf5bfef /launcher/net/NetRequest.h
parent385babb4583a10a6c669c80b0f1b75799fa85049 (diff)
downloadPrismLauncher-45c39d078ff4675a87f97bc2e5cc5f072e591856.tar.gz
PrismLauncher-45c39d078ff4675a87f97bc2e5cc5f072e591856.tar.bz2
PrismLauncher-45c39d078ff4675a87f97bc2e5cc5f072e591856.zip
More clenup
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/net/NetRequest.h')
-rw-r--r--launcher/net/NetRequest.h2
1 files changed, 2 insertions, 0 deletions
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<class NetRequest>;