From afaa1dc223ec87b685778ee0aed81cb6caaa05c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Wed, 7 Aug 2013 01:38:18 +0200 Subject: Get rid of QNAM (now subclassed and less needy). Basic LWJGL download and extraction. --- backend/net/NetWorker.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 backend/net/NetWorker.h (limited to 'backend/net/NetWorker.h') diff --git a/backend/net/NetWorker.h b/backend/net/NetWorker.h new file mode 100644 index 00000000..98374e3b --- /dev/null +++ b/backend/net/NetWorker.h @@ -0,0 +1,20 @@ +/* + _.ooo-._ + .OOOP _ '. + dOOOO (_) \ + OOOOOb | + OOOOOOb. | + OOOOOOOOb | + YOO(_)OOO / + 'OOOOOY _.' + '""""'' +*/ + +#pragma once +#include +class NetWorker : public QNetworkAccessManager +{ + Q_OBJECT +public: + static NetWorker &spawn(); +}; \ No newline at end of file -- cgit v1.2.3