diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-03-25 19:18:08 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-03-25 19:42:27 +0200 |
commit | 0f6f34ca2fca81734544b32e8dbc8ee32122bb65 (patch) | |
tree | 79bb05d19d6d7f3ec4966b2913b7628d3ad8de0f /common/genericresource.h | |
parent | 7f0f45c544b3a48feec3226faa8bb3018d542d9c (diff) | |
download | sink-0f6f34ca2fca81734544b32e8dbc8ee32122bb65.tar.gz sink-0f6f34ca2fca81734544b32e8dbc8ee32122bb65.zip |
Fixed more warnings and then disabled them
..because there is a boatload more to fix.
Diffstat (limited to 'common/genericresource.h')
-rw-r--r-- | common/genericresource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/genericresource.h b/common/genericresource.h index 11ede0c..d34a361 100644 --- a/common/genericresource.h +++ b/common/genericresource.h | |||
@@ -37,7 +37,7 @@ class SINK_EXPORT GenericResource : public Resource | |||
37 | { | 37 | { |
38 | public: | 38 | public: |
39 | GenericResource(const Sink::ResourceContext &context, const QSharedPointer<Pipeline> &pipeline = QSharedPointer<Pipeline>()); | 39 | GenericResource(const Sink::ResourceContext &context, const QSharedPointer<Pipeline> &pipeline = QSharedPointer<Pipeline>()); |
40 | virtual ~GenericResource(); | 40 | virtual ~GenericResource() Q_DECL_OVERRIDE; |
41 | 41 | ||
42 | virtual void processCommand(int commandId, const QByteArray &data) Q_DECL_OVERRIDE; | 42 | virtual void processCommand(int commandId, const QByteArray &data) Q_DECL_OVERRIDE; |
43 | virtual void setLowerBoundRevision(qint64 revision) Q_DECL_OVERRIDE; | 43 | virtual void setLowerBoundRevision(qint64 revision) Q_DECL_OVERRIDE; |