From 24cde1e4ef8e15853e51429a1ecf925d944a94ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Mon, 29 Sep 2014 23:05:11 +0200 Subject: [PATCH] HaikuDepot: Added WebAppInterface getter to Model --- src/apps/haikudepot/model/Model.h | 4 ++++ 1 file changed, 4 insertions(+) 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);