diff options
author | Sandro Knauß <sknauss@kde.org> | 2016-07-20 10:04:49 +0200 |
---|---|---|
committer | Sandro Knauß <sknauss@kde.org> | 2016-07-20 10:04:49 +0200 |
commit | 550aa371cbf39d7d0cb735f890b338a3ac6883ab (patch) | |
tree | 7f7960bd565d50b569ce6f6978f40601f6dfa163 /framework/domain/mimetreeparser/interface.h | |
parent | 9516f3b02f74f239ce2776abf7cf1147952065cd (diff) | |
download | kube-550aa371cbf39d7d0cb735f890b338a3ac6883ab.tar.gz kube-550aa371cbf39d7d0cb735f890b338a3ac6883ab.zip |
add encrypted tests
Diffstat (limited to 'framework/domain/mimetreeparser/interface.h')
-rw-r--r-- | framework/domain/mimetreeparser/interface.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/framework/domain/mimetreeparser/interface.h b/framework/domain/mimetreeparser/interface.h index 8a0047ff..0aef7fd0 100644 --- a/framework/domain/mimetreeparser/interface.h +++ b/framework/domain/mimetreeparser/interface.h | |||
@@ -187,6 +187,7 @@ public: | |||
187 | 187 | ||
188 | private: | 188 | private: |
189 | std::unique_ptr<AttachmentPartPrivate> d; | 189 | std::unique_ptr<AttachmentPartPrivate> d; |
190 | |||
190 | friend class ParserPrivate; | 191 | friend class ParserPrivate; |
191 | }; | 192 | }; |
192 | 193 | ||
@@ -325,5 +326,7 @@ signals: | |||
325 | 326 | ||
326 | private: | 327 | private: |
327 | std::unique_ptr<ParserPrivate> d; | 328 | std::unique_ptr<ParserPrivate> d; |
329 | |||
330 | friend class InterfaceTest; | ||
328 | }; | 331 | }; |
329 | 332 | ||