diff options
Diffstat (limited to 'logic/net/HttpMetaCache.h')
-rw-r--r-- | logic/net/HttpMetaCache.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/logic/net/HttpMetaCache.h b/logic/net/HttpMetaCache.h index 042f66bf..fba3fe5a 100644 --- a/logic/net/HttpMetaCache.h +++ b/logic/net/HttpMetaCache.h @@ -19,9 +19,11 @@ #include <qtimer.h> #include <memory> +#include "multimc_logic_export.h" + class HttpMetaCache; -struct MetaEntry +struct MULTIMC_LOGIC_EXPORT MetaEntry { QString base; QString path; @@ -35,7 +37,7 @@ struct MetaEntry typedef std::shared_ptr<MetaEntry> MetaEntryPtr; -class HttpMetaCache : public QObject +class MULTIMC_LOGIC_EXPORT HttpMetaCache : public QObject { Q_OBJECT public: |