diff options
Diffstat (limited to 'logic/net/NetWorker.h')
-rw-r--r-- | logic/net/NetWorker.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/logic/net/NetWorker.h b/logic/net/NetWorker.h new file mode 100644 index 00000000..98374e3b --- /dev/null +++ b/logic/net/NetWorker.h @@ -0,0 +1,20 @@ +/* + _.ooo-._ + .OOOP _ '. + dOOOO (_) \ + OOOOOb | + OOOOOOb. | + OOOOOOOOb | + YOO(_)OOO / + 'OOOOOY _.' + '""""'' +*/ + +#pragma once +#include <QNetworkAccessManager> +class NetWorker : public QNetworkAccessManager +{ + Q_OBJECT +public: + static NetWorker &spawn(); +};
\ No newline at end of file |