diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-10-21 14:21:16 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-10-21 14:21:16 +0200 |
commit | 12cc3f612c3ebe9522f98c808f9d7115d8e222ce (patch) | |
tree | 8dd53dd441d8577b9d72289748a72cf76acd4cca /common/pipeline.h | |
parent | 264fb692ccd122e53c7592a26447ed8281179c8b (diff) | |
download | sink-12cc3f612c3ebe9522f98c808f9d7115d8e222ce.tar.gz sink-12cc3f612c3ebe9522f98c808f9d7115d8e222ce.zip |
Cleanup
Diffstat (limited to 'common/pipeline.h')
-rw-r--r-- | common/pipeline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/pipeline.h b/common/pipeline.h index 837c18a..c8d9ddc 100644 --- a/common/pipeline.h +++ b/common/pipeline.h | |||
@@ -164,7 +164,7 @@ public: | |||
164 | }); | 164 | }); |
165 | } | 165 | } |
166 | 166 | ||
167 | QString id() const | 167 | QString id() const Q_DECL_OVERRIDE |
168 | { | 168 | { |
169 | return mId; | 169 | return mId; |
170 | } | 170 | } |