From 00742af3a6f6d25fbd3b3b77744e8f39a8c14c71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Mon, 26 Aug 2013 02:53:29 +0200 Subject: OS compatibility and generic cleanup. Removed bspatch/patchlib Now builds and runs on Windows --- logic/net/DownloadJob.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'logic/net/DownloadJob.h') diff --git a/logic/net/DownloadJob.h b/logic/net/DownloadJob.h index cbde3852..94abb9af 100644 --- a/logic/net/DownloadJob.h +++ b/logic/net/DownloadJob.h @@ -5,7 +5,7 @@ /** * A single file for the downloader/cache to process. */ -class LIBUTIL_EXPORT DownloadJob : public Job +class DownloadJob : public Job { Q_OBJECT public: -- cgit v1.2.3