HaikuDepot: Added WebAppInterface getter to Model
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user