diff options
Diffstat (limited to 'backend/net/NetWorker.h')
-rw-r--r-- | backend/net/NetWorker.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/backend/net/NetWorker.h b/backend/net/NetWorker.h deleted file mode 100644 index 98374e3b..00000000 --- a/backend/net/NetWorker.h +++ /dev/null @@ -1,20 +0,0 @@ -/* - _.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 |