diff options
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 | } |