diff options
Diffstat (limited to 'common/clientapi.h')
-rw-r--r-- | common/clientapi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/clientapi.h b/common/clientapi.h index 542039e..71317a1 100644 --- a/common/clientapi.h +++ b/common/clientapi.h | |||
@@ -488,6 +488,8 @@ public: | |||
488 | auto facade = FacadeFactory::instance().getFacade<DomainType>(resourceIdentifier); | 488 | auto facade = FacadeFactory::instance().getFacade<DomainType>(resourceIdentifier); |
489 | facade.remove(domainObject); | 489 | facade.remove(domainObject); |
490 | } | 490 | } |
491 | |||
492 | static void shutdown(const QString &resourceIdentifier); | ||
491 | }; | 493 | }; |
492 | 494 | ||
493 | } | 495 | } |