diff options
Diffstat (limited to 'common/resource.h')
-rw-r--r-- | common/resource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/resource.h b/common/resource.h index 30d6c46..d2dba0e 100644 --- a/common/resource.h +++ b/common/resource.h | |||
@@ -67,7 +67,7 @@ private: | |||
67 | /** | 67 | /** |
68 | * Factory interface for resource to implement. | 68 | * Factory interface for resource to implement. |
69 | */ | 69 | */ |
70 | class ResourceFactory : public QObject | 70 | class SINKCOMMON_EXPORT ResourceFactory : public QObject |
71 | { | 71 | { |
72 | public: | 72 | public: |
73 | static ResourceFactory *load(const QString &resourceName); | 73 | static ResourceFactory *load(const QString &resourceName); |