diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-30 23:42:07 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-02 13:48:24 +0200 |
commit | dacf52300b389c9ab2a6141423962202b84da6d8 (patch) | |
tree | 63f706db90267ba83c5130828091f7f32b47bc04 /common/genericresource.h | |
parent | e2ff5df1661b4119f584578d49c54899a9ef45b6 (diff) | |
download | sink-dacf52300b389c9ab2a6141423962202b84da6d8.tar.gz sink-dacf52300b389c9ab2a6141423962202b84da6d8.zip |
Cleanup.
Diffstat (limited to 'common/genericresource.h')
-rw-r--r-- | common/genericresource.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/common/genericresource.h b/common/genericresource.h index d34a361..017d6bc 100644 --- a/common/genericresource.h +++ b/common/genericresource.h | |||
@@ -20,8 +20,8 @@ | |||
20 | #pragma once | 20 | #pragma once |
21 | 21 | ||
22 | #include "sink_export.h" | 22 | #include "sink_export.h" |
23 | #include <resource.h> | 23 | #include "resource.h" |
24 | #include <resourcecontext.h> | 24 | #include "resourcecontext.h" |
25 | 25 | ||
26 | namespace Sink { | 26 | namespace Sink { |
27 | class Pipeline; | 27 | class Pipeline; |
@@ -35,6 +35,7 @@ class CommandProcessor; | |||
35 | */ | 35 | */ |
36 | class SINK_EXPORT GenericResource : public Resource | 36 | class SINK_EXPORT GenericResource : public Resource |
37 | { | 37 | { |
38 | Q_OBJECT | ||
38 | public: | 39 | public: |
39 | GenericResource(const Sink::ResourceContext &context, const QSharedPointer<Pipeline> &pipeline = QSharedPointer<Pipeline>()); | 40 | GenericResource(const Sink::ResourceContext &context, const QSharedPointer<Pipeline> &pipeline = QSharedPointer<Pipeline>()); |
40 | virtual ~GenericResource() Q_DECL_OVERRIDE; | 41 | virtual ~GenericResource() Q_DECL_OVERRIDE; |