diff options
Diffstat (limited to 'common/facade.h')
-rw-r--r-- | common/facade.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/facade.h b/common/facade.h index 0ec2e59..33e4b57 100644 --- a/common/facade.h +++ b/common/facade.h | |||
@@ -57,7 +57,7 @@ public: | |||
57 | * @param adaptorFactory is the adaptor factory used to generate the mappings from domain to resource types and vice versa | 57 | * @param adaptorFactory is the adaptor factory used to generate the mappings from domain to resource types and vice versa |
58 | */ | 58 | */ |
59 | GenericFacade(const ResourceContext &context); | 59 | GenericFacade(const ResourceContext &context); |
60 | virtual ~GenericFacade(); | 60 | virtual ~GenericFacade() Q_DECL_OVERRIDE; |
61 | 61 | ||
62 | static QByteArray bufferTypeForDomainType(); | 62 | static QByteArray bufferTypeForDomainType(); |
63 | KAsync::Job<void> create(const DomainType &domainObject) Q_DECL_OVERRIDE; | 63 | KAsync::Job<void> create(const DomainType &domainObject) Q_DECL_OVERRIDE; |