diff --git a/src/apps/haikudepot/model/Model.h b/src/apps/haikudepot/model/Model.h index 4d7b21fcad..69fbaa4475 100644 --- a/src/apps/haikudepot/model/Model.h +++ b/src/apps/haikudepot/model/Model.h @@ -129,6 +129,10 @@ public: const BString& password, bool storePassword); + const WebAppInterface& GetWebAppInterface() const + { return fWebAppInterface; } + + private: static int32 _PopulateAllPackagesEntry(void* cookie); void _PopulateAllPackagesThread(bool fromCacheOnly);